mirror of
https://github.com/github/codeql.git
synced 2026-02-23 18:33:42 +01:00
Data flow: Sync files
This commit is contained in:
@@ -328,6 +328,9 @@ private module Cached {
|
||||
cached
|
||||
predicate clearsContentCached(Node n, ContentSet c) { clearsContent(n, c) }
|
||||
|
||||
cached
|
||||
predicate expectsContentCached(Node n, ContentSet c) { expectsContent(n, c) }
|
||||
|
||||
cached
|
||||
predicate isUnreachableInCallCached(Node n, DataFlowCall call) { isUnreachableInCall(n, call) }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user