MCPcopy
hub / github.com/QwikDev/qwik / isValidFsItem

Function isValidFsItem

scripts/create-qwik-cli.ts:230–232  ·  view source on GitHub ↗
(fsItemName: string)

Source from the content-addressed store, hash-verified

228}
229
230function isValidFsItem(fsItemName: string) {
231 return !IGNORE[fsItemName] && !fsItemName.includes('.prod') && !fsItemName.endsWith('-test');
232}
233
234const IGNORE: { [path: string]: boolean } = {
235 '.rollup.cache': true,

Callers 1

copyDirFunction · 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…