We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
interpretElement
1 parent 479ea9f commit adfaae0Copy full SHA for adfaae0
1 file changed
go/ql/lib/semmle/go/dataflow/ExternalFlow.qll
@@ -279,6 +279,7 @@ private string interpretPackage(string p) {
279
}
280
281
/** Gets the source/sink/summary element corresponding to the supplied parameters. */
282
+cached
283
SourceSinkInterpretationInput::SourceOrSinkElement interpretElement(
284
string pkg, string type, boolean subtypes, string name, string signature, string ext
285
) {
0 commit comments