Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@

FlowFeature getAFeature() { result = ContentConfig::getAFeature() }

predicate accessPathLimit = ContentConfig::accessPathLimit/0;
int accessPathLimit() { result = Lang::accessPathLimit() }

Check warning

Code scanning / CodeQL

Dead code Warning

This code is never used, and it's not publicly exported.

// needed to record reads/stores inside summarized callables
predicate includeHiddenNodes() { any() }
Expand Down
Loading