Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Noumena-Network/code
/ set
Method
set
src/utils/fileStateCache.ts:45–48 ·
view source on GitHub ↗
(key: string, value: FileState)
Source
from the content-addressed store, hash-verified
43
}
44
45
set(key: string, value: FileState): this {
46
this.cache.set(normalize(key), value)
47
return
this
48
}
49
50
has(key: string): boolean {
51
return
this.cache.has(normalize(key))
Callers
15
buildModelToolSurfaceInventory
Function · 0.80
getReachableProfilesByName
Function · 0.80
parseDeniedAgents
Function · 0.80
TeamDeleteTool.test.ts
File · 0.80
createSyntheticOutputTool
Function · 0.80
call
Function · 0.80
compileTermPatterns
Function · 0.80
callInner
Function · 0.80
call
Function · 0.80
call
Function · 0.80
runTmuxCommand
Function · 0.80
resolveAgentTools
Function · 0.80
Calls
1
normalize
Function · 0.50
Tested by
3
parseDeniedAgents
Function · 0.64
getSearchText
Function · 0.64
withEnv
Function · 0.64