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

Function closeHandler

utils.js:49–52  ·  view source on GitHub ↗
(exitCode)

Source from the content-addressed store, hash-verified

47 }
48
49 function closeHandler(exitCode) {
50 child.removeListener('error', errorHandler);
51 resolve(exitCode);
52 }
53
54 child.once('error', errorHandler);
55 child.once('close', closeHandler);

Callers

nothing calls this directly

Calls 1

resolveFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…