MCPcopy Index your code
hub / github.com/anomalyco/opencode / hasFileContent

Function hasFileContent

packages/app/src/context/file/content-cache.ts:86–88  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

84}
85
86export function hasFileContent(path: string) {
87 return lru.has(path)
88}

Callers 1

getFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected