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 588b31d commit e09a5e8Copy full SHA for e09a5e8
ruby/ql/lib/codeql/ruby/ApiGraphs.qll
@@ -276,7 +276,7 @@ module API {
276
/** Gets a node representing the instance field of the given `name`, which must include the `@` character. */
277
Node getField(string name) { result = this.getContent(DataFlowPrivate::TFieldContent(name)) }
278
279
- /** Gets a node representing an element of this collection. */
+ /** Gets a node representing an element of this collection (known or unknown). */
280
Node getAnElement() {
281
result = this.getContents(any(DataFlow::ContentSet set | set.isAnyElement()))
282
}
0 commit comments