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 ed29b3e commit bcd711aCopy full SHA for bcd711a
shared/tutorial/tutorial.qll
@@ -4,6 +4,11 @@
4
* Note: Data is usually stored in a separate database and the QL libraries only contain predicates,
5
* but for this tutorial both the data and the predicates are stored in the library.
6
*/
7
+
8
+/**
9
+ * A person known to the QL detective tutorials, represented by a string
10
+ * (their first name).
11
+ */
12
class Person extends string {
13
Person() {
14
this =
0 commit comments