MCPcopy Create free account
hub / github.com/Noumena-Network/code / isFeatureEnabled

Function isFeatureEnabled

src/commands/break-cache/break-cache.ts:18–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16}
17
18function isFeatureEnabled(): boolean {
19 return feature('BREAK_CACHE_COMMAND') ? true : false
20}
21
22function sanitizeValue(value: string): string {
23 return value

Callers 2

formatStatusFunction · 0.85
setInjectionAndDescribeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected