mirror of
https://github.com/github/codeql.git
synced 2026-05-03 12:45:27 +02:00
Add missing QLDoc
This commit is contained in:
@@ -14,6 +14,7 @@ class KtToRegex extends MethodAccess {
|
||||
this.getMethod().hasName("toRegex")
|
||||
}
|
||||
|
||||
/** Gets the constant string value being converted to a regex by this call. */
|
||||
string getExpressionString() {
|
||||
result = this.getArgument(0).(CompileTimeConstantExpr).getStringValue()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user