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

Function SetInterceptor

src/db/debug/Interceptor.js:7–9  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

5let interceptorSuscribers = [];
6
7function SetInterceptor(value) {
8 interceptor = typeof value === "boolean" ? value : false;
9}
10
11function ForwardQuery(queryId, data) {
12 if(!interceptor || !queue[queryId]) return;

Callers 1

Interceptor.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected