MCPcopy
hub / github.com/vitest-dev/vitest / getFilepaths

Method getFilepaths

packages/vitest/src/node/state.ts:129–131  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

127 }
128
129 getFilepaths(): string[] {
130 return Array.from(this.filesMap.keys())
131 }
132
133 getFailedFilepaths(): string[] {
134 return this.getFiles()

Callers 5

handleFileChangedMethod · 0.45
inputNamePatternFunction · 0.45
rerunFilesMethod · 0.45
changeNamePatternMethod · 0.45
changeFilenamePatternMethod · 0.45

Calls 1

keysMethod · 0.80

Tested by

no test coverage detected