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

Function DropQuery

src/db/debug/Interceptor.js:17–21  ·  view source on GitHub ↗
(queryId)

Source from the content-addressed store, hash-verified

15}
16
17function DropQuery(queryId) {
18 if(!interceptor || !queue[queryId]) return;
19 queue[queryId].canfollow = -1;
20 queue[queryId].result = null;
21}
22
23async function Middleware(data) {
24 const randomId = Math.floor(Math.random() * 100000);

Callers 1

Interceptor.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected