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 7b265b2 commit 0d1bd8aCopy full SHA for 0d1bd8a
rust/ql/src/queries/summary/SummaryStats.ql
@@ -41,4 +41,4 @@ where
41
key = "Macro calls - total" and value = count(MacroCall mc)
42
or
43
key = "Macro calls - resolved" and value = count(MacroCall mc | mc.hasExpanded())
44
-select key, value
+select key, value order by key
0 commit comments