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 161acf0 commit f155f19Copy full SHA for f155f19
ql/ql/src/codeql_ql/StructuredLogs.qll
@@ -189,7 +189,7 @@ module KindPredicatesLog {
189
190
string getEvaluationStrategy() { result = evaluationStrategy }
191
192
- string getRaHash() { result = this.getString("raHash") }
+ string getRAHash() { result = this.getString("raHash") }
193
194
string getPredicateName() { result = this.getString("predicateName") }
195
@@ -229,7 +229,7 @@ module KindPredicatesLog {
229
230
PipeLineRuns getArray() { result = runs }
231
232
- string getRaReference() { result = this.getString("raReference") }
+ string getRAReference() { result = this.getString("raReference") }
233
234
Array getCounts() { result = this.getArray("counts") }
235
0 commit comments