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

Method relFiles

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

Source from the content-addressed store, hash-verified

129
130 // Relative paths of all files in corpus.
131 *relFiles() {
132 for (const relPath of this.permittedFiles) {
133 yield relPath;
134 }
135 for (const relPath of this.softSkippedFiles) {
136 yield relPath;
137 }
138 }
139
140 // Relative paths of all files in corpus including generated skipped.
141 *relFilesForGenSkipped() {

Callers 3

relFilesForGenSkippedMethod · 0.95
mainFunction · 0.80
test_corpus.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected