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

Function return

lib/events.js:1129–1131  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1127 },
1128
1129 return() {
1130 return closeHandler();
1131 },
1132
1133 throw(err) {
1134 if (!err || !(err instanceof Error)) {

Callers

nothing calls this directly

Calls 1

closeHandlerFunction · 0.85

Tested by

no test coverage detected