MCPcopy 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
70function GetQueryCache() {
71 return JSON.stringify(cache, null, 2)
72}
73
74function CheckPermission(src) {
75 if (!Config.Enabled) return false;

Callers 1

Debug.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected