MCPcopy Create free account
hub / github.com/modelcontextprotocol/mcpb / buildIgnoreChecker

Function buildIgnoreChecker

src/node/files.ts:65–67  ·  view source on GitHub ↗
(additionalPatterns: string[])

Source from the content-addressed store, hash-verified

63}
64
65function buildIgnoreChecker(additionalPatterns: string[]) {
66 return ignore().add(EXCLUDE_PATTERNS).add(additionalPatterns);
67}
68
69/**
70 * Used for testing, calls the same methods as the other ignore checks

Callers 3

shouldExcludeFunction · 0.85
getAllFilesFunction · 0.85
getAllFilesWithCountFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…