mirror of
https://github.com/github/codeql.git
synced 2026-02-08 19:21:07 +01:00
add toUnicode as a build-in
This commit is contained in:
committed by
GitHub
parent
bc2932383b
commit
23e3062c3b
@@ -42,7 +42,7 @@ predicate isBuiltinMember(string sig) {
|
||||
"string string.toLowerCase()", "string string.toUpperCase()", "string string.trim()",
|
||||
"int date.daysTo(date)", "int date.getDay()", "int date.getHours()", "int date.getMinutes()",
|
||||
"int date.getMonth()", "int date.getSeconds()", "int date.getYear()",
|
||||
"string date.toString()", "string date.toISO()"
|
||||
"string date.toString()", "string date.toISO()", "string int.toUnicode()"
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user