MCPcopy Index your code
hub / github.com/codeaashu/claude-code / consumeAbsoluteRemovedFlag

Function consumeAbsoluteRemovedFlag

src/ink/node-cache.ts:50–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48}
49
50export function consumeAbsoluteRemovedFlag(): boolean {
51 const had = absoluteNodeRemoved
52 absoluteNodeRemoved = false
53 return had
54}
55

Callers 1

createRendererFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected