Merge pull request #15567 from hvitved/csharp/cache-module

C#: Actually cache module `Cached`
This commit is contained in:
Tom Hvitved
2024-02-12 09:15:49 +01:00
committed by GitHub

View File

@@ -89,6 +89,7 @@ class DataFlowSummarizedCallable instanceof FlowSummary::SummarizedCallable {
string toString() { result = super.toString() }
}
cached
private module Cached {
/**
* The following heuristic is used to rank when to use source code or when to use summaries for DataFlowCallables.