MCPcopy 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
62export function resetFileContentLru() {
63 reset()
64}
65
66export function setFileContentBytes(path: string, bytes: number) {
67 setBytes(path, bytes)

Callers 2

file.tsxFile · 0.90

Calls 1

resetFunction · 0.70

Tested by

no test coverage detected