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