mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Actions: Mark helper predicate as noinline.
This commit is contained in:
@@ -438,6 +438,7 @@ module Make<InputSig Input> {
|
||||
}
|
||||
|
||||
/** Join-order helper for `getTargetPath`. Gets the path, but only if it is a relative path. */
|
||||
pragma[noinline]
|
||||
private string getRelativePath() {
|
||||
result = this.getValue() and
|
||||
not result.matches("/%")
|
||||
|
||||
Reference in New Issue
Block a user