mirror of
https://github.com/github/codeql.git
synced 2026-05-04 13:15:21 +02:00
implement SocketIO on top of the EventEmitter model
This commit is contained in:
@@ -3,5 +3,5 @@ import javascript
|
||||
query predicate test_ClientSendNode(
|
||||
SocketIOClient::SendNode sn, SocketIOClient::SocketNode res0, string res1
|
||||
) {
|
||||
res0 = sn.getSocket() and res1 = sn.getNamespacePath()
|
||||
res0 = sn.getSocket().ref() and res1 = sn.getNamespacePath()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user