mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
JS: cache matchMarkerComment
This commit is contained in:
@@ -184,6 +184,7 @@ class FrameworkLibraryInstanceWithMarkerComment extends FrameworkLibraryInstance
|
||||
* Holds if comment `c` in toplevel `tl` matches the marker comment of library
|
||||
* `fl` at `version`.
|
||||
*/
|
||||
cached
|
||||
private predicate matchMarkerComment(
|
||||
Comment c, TopLevel tl, FrameworkLibraryWithMarkerComment fl, string version
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user