Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anomalyco/opencode
/ resetFileContentLru
Function
resetFileContentLru
packages/app/src/context/file/content-cache.ts:62–64 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
60
}
61
62
export
function
resetFileContentLru() {
63
reset()
64
}
65
66
export
function
setFileContentBytes(path: string, bytes: number) {
67
setBytes(path, bytes)
Callers
2
file-content-eviction-accounting.test.ts
File · 0.90
file.tsx
File · 0.90
Calls
1
reset
Function · 0.70
Tested by
no test coverage detected