Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
42
const
trackedMagicDocs =
new
Map<string, MagicDocInfo>()
43
44
export
function
clearTrackedMagicDocs(): void {
45
trackedMagicDocs.clear()
46
}
47
48
/**
49
* Detect
if
a file content contains a Magic Doc header
Callers
1
clearSessionCaches
Function · 0.85
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected