MCPcopy Create free account
hub / github.com/npmx-dev/npmx.dev / overLimit

Function overLimit

server/utils/compare.ts:62–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60 const modified: FileChange[] = []
61 let truncated = false
62 const overLimit = () => added.length + removed.length + modified.length >= MAX_FILES_COMPARE
63
64 // Find added and modified files
65 for (const [path, toNode] of toFiles) {

Callers 1

compareFileTreesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected