mirror of
https://github.com/github/codeql.git
synced 2026-05-02 20:25:13 +02:00
JS: Mention why we cache predicates outside the class
This commit is contained in:
@@ -308,7 +308,8 @@ module TaintTracking {
|
||||
}
|
||||
|
||||
/**
|
||||
* Module existing only to ensure all taint steps are cached as a single stage.
|
||||
* Module existing only to ensure all taint steps are cached as a single stage,
|
||||
* and without the the `Unit` type column.
|
||||
*/
|
||||
cached
|
||||
private module Cached {
|
||||
|
||||
Reference in New Issue
Block a user