Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/anomalyco/opencode
/ hasFileContent
Function
hasFileContent
packages/app/src/context/file/content-cache.ts:86–88 ·
view source on GitHub ↗
(path: string)
Source
from the content-addressed store, hash-verified
84
}
85
86
export
function
hasFileContent(path: string) {
87
return
lru.has(path)
88
}
Callers
1
get
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected