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

Function testCompileStreamingSuccessUsingFetch

test/es-module/test-wasm-web-api.js:61–63  ·  view source on GitHub ↗
(responseCallback)

Source from the content-addressed store, hash-verified

59}
60
61function testCompileStreamingSuccessUsingFetch(responseCallback) {
62 return testCompileStreamingSuccess(() => testRequest(responseCallback));
63}
64
65function testCompileStreamingRejectionUsingFetch(responseCallback, rejection) {
66 return testCompileStreamingRejection(() => testRequest(responseCallback),

Callers 1

Calls 2

testRequestFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…