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 a7b9229 commit 588b31dCopy full SHA for 588b31d
ruby/ql/lib/codeql/ruby/ApiGraphs.qll
@@ -269,7 +269,7 @@ module API {
269
* Gets a node representing the `contents` stored on the base object.
270
*/
271
Node getContents(DataFlow::ContentSet contents) {
272
- // We already use getAStoreContent when generating the graph, and we always use getAReadContent when querying the graph.
+ // We always use getAStoreContent when generating the graph, and we always use getAReadContent when querying the graph.
273
result = this.getContent(contents.getAReadContent())
274
}
275
0 commit comments