Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
let
interceptorSuscribers = [];
6
7
function
SetInterceptor(value) {
8
interceptor = typeof value ===
"boolean"
? value : false;
9
}
10
11
function
ForwardQuery(queryId, data) {
12
if
(!interceptor || !queue[queryId])
return
;
Callers
1
Interceptor.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected