MCPcopy
hub / github.com/codeaashu/claude-code / clearTrackedMagicDocs

Function clearTrackedMagicDocs

src/services/MagicDocs/magicDocs.ts:44–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42const trackedMagicDocs = new Map<string, MagicDocInfo>()
43
44export function clearTrackedMagicDocs(): void {
45 trackedMagicDocs.clear()
46}
47
48/**
49 * Detect if a file content contains a Magic Doc header

Callers 1

clearSessionCachesFunction · 0.85

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected