MCPcopy
hub / github.com/claude-code-best/claude-code / setCachedClaudeMdContent

Function setCachedClaudeMdContent

src/bootstrap/state.ts:1185–1187  ·  view source on GitHub ↗
(content: string | null)

Source from the content-addressed store, hash-verified

1183}
1184
1185export function setCachedClaudeMdContent(content: string | null): void {
1186 STATE.cachedClaudeMdContent = content
1187}
1188
1189export function getCachedClaudeMdContent(): string | null {
1190 return STATE.cachedClaudeMdContent

Callers 1

context.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected