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

Function fsTest

test/sequential/test-repl-timeout-throw.js:34–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32
33 setTimeout(fsTest, 50);
34 function fsTest() {
35 const f = JSON.stringify(__filename);
36 child.stdin.write(`fs.readFile(${f}, thrower);\n`);
37 setTimeout(eeTest, 50);
38 }
39
40 function eeTest() {
41 child.stdin.write('setTimeout(function() {\n' +

Callers

nothing calls this directly

Calls 2

setTimeoutFunction · 0.50
writeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…