MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / supersededStub

Function supersededStub

src/agent/read-cache.ts:89–91  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

87}
88
89function supersededStub(path: string): string {
90 return `${STUB_MARK} Full content of ${path} elided to save context — this same file is read again later in the conversation (use that copy), or call read_file again if you need it now.`;
91}
92
93function agedStub(path: string, content: string | null): string {
94 const outline = extractOutline(content);

Callers 1

compactFileReadsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected