mirror of
https://github.com/github/codeql.git
synced 2026-05-05 21:55:19 +02:00
implement SocketIO on top of the EventEmitter model
This commit is contained in:
@@ -3,5 +3,5 @@ import javascript
|
||||
query predicate test_ClientReceiveNode(
|
||||
SocketIOClient::ReceiveNode rn, SocketIOClient::SocketNode res
|
||||
) {
|
||||
res = rn.getSocket()
|
||||
res = rn.getSocket().ref()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user