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

Method inputGen

deps/v8/tools/clusterfuzz/js_fuzzer/runner.js:167–171  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

165 }
166
167 *inputGen() {
168 for (const input of this.corpus.getAllTestcases()) {
169 yield [input];
170 }
171 }
172}
173
174/**

Callers

nothing calls this directly

Calls 1

getAllTestcasesMethod · 0.80

Tested by

no test coverage detected