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

Function getLargeMemoryFiles

src/utils/claudemd.ts:1132–1134  ·  view source on GitHub ↗
(files: MemoryFileInfo[])

Source from the content-addressed store, hash-verified

1130}
1131
1132export function getLargeMemoryFiles(files: MemoryFileInfo[]): MemoryFileInfo[] {
1133 return files.filter(f => f.content.length > MAX_MEMORY_CHARACTER_COUNT)
1134}
1135
1136/**
1137 * When tengu_moth_copse is on, the findRelevantMemories prefetch surfaces

Callers 3

checkClaudeMdFilesFunction · 0.85
buildMemoryDiagnosticsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected