Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/BlockRunAI/ClawRouter
/ isEnabled
Method
isEnabled
src/response-cache.ts:309–311 ·
view source on GitHub ↗
* Check if cache is enabled.
()
Source
from the content-addressed store, hash-verified
307
* Check
if
cache is enabled.
308
*/
309
isEnabled(): boolean {
310
return
this.config.enabled;
311
}
312
}
Callers
2
response-cache.edge-cases.test.ts
File · 0.80
response-cache.test.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected