mirror of
https://github.com/github/codeql.git
synced 2026-03-26 17:28:29 +01: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