MCPcopy
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}

Calls

no outgoing calls

Tested by

no test coverage detected