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

Function getLargeMemoryFiles

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

Source from the content-addressed store, hash-verified

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

Callers 5

claudemd.test.tsFile · 0.90
checkClaudeMdFilesFunction · 0.85
buildMemoryDiagnosticsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected