MCPcopy
hub / github.com/SchemaStore/schemastore / isIgnoredFile

Function isIgnoredFile

cli.js:196–198  ·  view source on GitHub ↗
(/** @type {string} */ file)

Source from the content-addressed store, hash-verified

194}
195
196function isIgnoredFile(/** @type {string} */ file) {
197 return file === '.DS_Store'
198}
199
200async function forEachCatalogUrl(
201 /** @type {((arg0: string) => (void | Promise<void>))} */ fn,

Callers 6

cli.jsFile · 0.85
forEachFileFunction · 0.85
assertFileSystemIsValidFunction · 0.85
onTestDirFunction · 0.85
taskCoverageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected