Skip to content

Commit 8afdf25

Browse files
committed
Actions: Mark helper predicate as noinline.
1 parent c9fc788 commit 8afdf25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shared/yaml/codeql/yaml/Yaml.qll

+1
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,7 @@ module Make<InputSig Input> {
438438
}
439439

440440
/** Join-order helper for `getTargetPath`. Gets the path, but only if it is a relative path. */
441+
pragma[noinline]
441442
private string getRelativePath() {
442443
result = this.getValue() and
443444
not result.matches("/%")

0 commit comments

Comments
 (0)