Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/anomalyco/opencode
/ touchFileContent
Function
touchFileContent
packages/app/src/context/file/content-cache.ts:74–76 ·
view source on GitHub ↗
(path: string, bytes?: number)
Source
from the content-addressed store, hash-verified
72
}
73
74
export
function
touchFileContent(path: string, bytes?: number) {
75
touch(path, bytes)
76
}
77
78
export
function
getFileContentBytesTotal() {
79
return
total
Callers
3
file-content-eviction-accounting.test.ts
File · 0.90
load
Function · 0.90
get
Function · 0.90
Calls
1
touch
Function · 0.70
Tested by
no test coverage detected