Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
50
export
function
consumeAbsoluteRemovedFlag(): boolean {
51
const
had = absoluteNodeRemoved
52
absoluteNodeRemoved = false
53
return
had
54
}
55
Callers
1
createRenderer
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected