We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd39092 commit 125e732Copy full SHA for 125e732
javascript/ql/lib/semmle/javascript/ApiGraphs.qll
@@ -257,9 +257,9 @@ module API {
257
/**
258
* Gets a representative for the `contents` of this value.
259
*/
260
- bindingset[this, contents]
+ bindingset[contents]
261
pragma[inline_late]
262
- Node getContents(DataFlow::ContentSet contents) {
+ private Node getContents(DataFlow::ContentSet contents) {
263
// We always use getAStoreContent when generating content edges, and we always use getAReadContent when querying the graph.
264
result = this.getContent(contents.getAReadContent())
265
}
0 commit comments