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

Function isStub

src/agent/read-cache.ts:103–105  ·  view source on GitHub ↗
(content: string | null)

Source from the content-addressed store, hash-verified

101}
102
103function isStub(content: string | null): boolean {
104 return typeof content === 'string' && content.startsWith(STUB_MARK);
105}
106
107/**
108 * Shrink redundant file-read tool results. Returns a NEW array (input is never

Callers 1

compactFileReadsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected