Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 405b2c8 commit 0c9b53aCopy full SHA for 0c9b53a
1 file changed
docs/codeql/ql-language-reference/expressions.rst
@@ -533,14 +533,21 @@ The query produces these results:
533
534
+-----------+---------+------+
535
| variant | person | cost |
536
-+-----------+---------+------+
++===========+=========+======+
537
| default | Alice | 201 |
538
++-----------+---------+------+
539
| default | Bob | 100 |
540
541
| default | Charles | 100 |
542
543
| default | Diane | 0 |
544
545
| monotonic | Alice | 101 |
546
547
| monotonic | Alice | 200 |
548
549
| monotonic | Bob | 100 |
550
551
| monotonic | Diane | 0 |
552
553
0 commit comments