MCPcopy Create free account
hub / github.com/open-cli-tools/chokidar-cli / callback

Function callback

test/test-all.js:75–81  ·  view source on GitHub ↗
(child)

Source from the content-addressed store, hash-verified

73 cwd: './test',
74 // Called after process is spawned
75 callback(child) {
76 setTimeout(function killChild() {
77 // Kill child after test case
78 child.kill();
79 killed = true;
80 }, TIMEOUT_KILL);
81 }
82 })
83 .then(function childProcessExited() {
84 // Process should be killed after a timeout,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…