mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
implement SocketIO on top of the EventEmitter model
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import javascript
|
||||
|
||||
query predicate test_ReceiveNode_getASender(SocketIO::ReceiveNode rn, SocketIOClient::SendNode res) {
|
||||
res = rn.getASender()
|
||||
res.getAReceiver() = rn
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user