MCPcopy Create free account
hub / github.com/IceClusters/icmysql / ForwardQuery

Function ForwardQuery

src/db/debug/Interceptor.js:11–15  ·  view source on GitHub ↗
(queryId, data)

Source from the content-addressed store, hash-verified

9}
10
11function ForwardQuery(queryId, data) {
12 if(!interceptor || !queue[queryId]) return;
13 data.canfollow = true;
14 queue[queryId] = data;
15}
16
17function DropQuery(queryId) {
18 if(!interceptor || !queue[queryId]) return;

Callers 1

Interceptor.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected