MCPcopy Create free account
hub / github.com/Noumena-Network/code / getLargeMemoryFiles

Function getLargeMemoryFiles

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

Source from the content-addressed store, hash-verified

1294}
1295
1296export function getLargeMemoryFiles(files: MemoryFileInfo[]): MemoryFileInfo[] {
1297 return files.filter(f => f.content.length > MAX_MEMORY_CHARACTER_COUNT)
1298}
1299
1300/**
1301 * When ncode_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