MCPcopy 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
70export function removeFileContentBytes(path: string) {
71 remove(path)
72}
73
74export function touchFileContent(path: string, bytes?: number) {
75 touch(path, bytes)

Calls 1

removeFunction · 0.70

Tested by

no test coverage detected