Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IceClusters/icmysql
/ GetQueryCache
Function
GetQueryCache
src/db/debug/Debug.js:70–72 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
68
}
69
70
function
GetQueryCache() {
71
return
JSON.stringify(cache, null, 2)
72
}
73
74
function
CheckPermission(src) {
75
if
(!Config.Enabled)
return
false;
Callers
1
Debug.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected