mirror of
https://github.com/github/codeql.git
synced 2026-04-05 07:08:31 +02:00
6 lines
148 B
Plaintext
6 lines
148 B
Plaintext
import javascript
|
|
|
|
query predicate test_SendNode_getAReceiver(SocketIO::SendNode sn, SocketIOClient::ReceiveNode res) {
|
|
res = sn.getAReceiver()
|
|
}
|