Files
codeql/cpp/ql/test/experimental/library-tests/quantum/node_edges.ql

6 lines
116 B
Plaintext

import cpp
import experimental.quantum.Language
from Crypto::NodeBase n, string key
select n, key, n.getChild(key)