Files
codeql/javascript/ql/test/library-tests/frameworks/SocketIO/ClientReceiveNode_getEventName.qll
2020-01-16 11:02:36 +01:00

6 lines
143 B
Plaintext

import javascript
query predicate test_ClientReceiveNode_getEventName(SocketIOClient::ReceiveNode rn, string res) {
res = rn.getChannel()
}