mirror of
https://github.com/hohn/codeql-javascript.git
synced 2025-12-16 14:23:04 +01:00
9 lines
107 B
Plaintext
9 lines
107 B
Plaintext
digraph {
|
|
compound=true;
|
|
0[label="1"; ];
|
|
1[label="2"; ];
|
|
2[label="3"; ];
|
|
0 -> 1[];
|
|
1 -> 2[];
|
|
}
|