Actions: Mark helper predicate as noinline.

This commit is contained in:
Taus
2025-04-01 14:50:00 +00:00
parent c9fc7882e6
commit 8afdf25e9a

View File

@@ -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("/%")