MCPcopy Create free account
hub / github.com/nodejs/node / relFilesForGenSkipped

Method relFilesForGenSkipped

deps/v8/tools/clusterfuzz/js_fuzzer/corpus.js:141–148  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

139
140 // Relative paths of all files in corpus including generated skipped.
141 *relFilesForGenSkipped() {
142 for (const relPath of this.relFiles()) {
143 yield relPath;
144 }
145 for (const relPath of this.skippedFiles) {
146 yield relPath;
147 }
148 }
149
150 /**
151 * Returns "count" relative test paths, randomly selected from soft-skipped

Callers 1

getAllTestcasesMethod · 0.95

Calls 1

relFilesMethod · 0.95

Tested by

no test coverage detected