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

Function create

deps/v8/tools/clusterfuzz/js_fuzzer/corpus.js:339–342  ·  view source on GitHub ↗
(inputDir, corpusName, ...args)

Source from the content-addressed store, hash-verified

337};
338
339function create(inputDir, corpusName, ...args) {
340 const cls = CORPUS_CLASSES[corpusName] || Corpus;
341 return new cls(inputDir, corpusName, ...args).create();
342}
343
344module.exports = {
345 DROP_DISCOURAGED_FILES_PROB: DROP_DISCOURAGED_FILES_PROB,

Callers 1

constructorMethod · 0.70

Calls 1

createMethod · 0.45

Tested by

no test coverage detected