Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anomalyco/opencode
/ removeFileContentBytes
Function
removeFileContentBytes
packages/app/src/context/file/content-cache.ts:70–72 ·
view source on GitHub ↗
(path: string)
Source
from the content-addressed store, hash-verified
68
}
69
70
export
function
removeFileContentBytes(path: string) {
71
remove(path)
72
}
73
74
export
function
touchFileContent(path: string, bytes?: number) {
75
touch(path, bytes)
Callers
1
file-content-eviction-accounting.test.ts
File · 0.90
Calls
1
remove
Function · 0.70
Tested by
no test coverage detected