MCPcopy Index your code
hub / github.com/nodejs/node / testProduceMultiple

Function testProduceMultiple

test/parallel/test-vm-cached-data.js:54–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52testProduceConsume();
53
54function testProduceMultiple() {
55 const source = getSource('original');
56
57 produce(source, 3);
58}
59testProduceMultiple();
60
61function testRejectInvalid() {

Callers 1

Calls 2

produceFunction · 0.85
getSourceFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…