Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
18
function
isFeatureEnabled(): boolean {
19
return
feature(
'BREAK_CACHE_COMMAND'
) ? true : false
20
}
21
22
function
sanitizeValue(value: string): string {
23
return
value
Callers
2
formatStatus
Function · 0.85
setInjectionAndDescribe
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected