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

Function getCachedClaudeMdContent

src/bootstrap/state.ts:1211–1213  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1209}
1210
1211export function getCachedClaudeMdContent(): string | null {
1212 return STATE.cachedClaudeMdContent
1213}
1214
1215export function addToInMemoryErrorLog(errorInfo: {
1216 error: string

Callers 1

buildClaudeMdMessageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected