mirror of
https://github.com/github/codeql.git
synced 2026-05-02 20:25:13 +02:00
12 lines
229 B
Plaintext
12 lines
229 B
Plaintext
/**
|
|
* @kind graph
|
|
*/
|
|
|
|
import codeql.ruby.CFG
|
|
|
|
class MyRelevantNode extends CfgNode {
|
|
string getOrderDisambiguation() { result = "" }
|
|
}
|
|
|
|
import codeql.ruby.controlflow.internal.ControlFlowGraphImpl::TestOutput<MyRelevantNode>
|