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

7 lines
190 B
Plaintext

import cpp
import experimental.quantum.Language
from Crypto::NodeBase n, string key, string value, Location location
where n.properties(key, value, location)
select n, key, value, location