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

Function createHook

lib/async_hooks.js:169–171  ·  view source on GitHub ↗
(fns)

Source from the content-addressed store, hash-verified

167
168
169function createHook(fns) {
170 return new AsyncHook(fns);
171}
172
173
174// Embedder API //

Callers 15

domain.jsFile · 0.70
mainFunction · 0.50
disabledFunction · 0.50
enabledFunction · 0.50
enabledWithDestroyFunction · 0.50
enabledWithInitOnlyFunction · 0.50
buildCurrentResourceFunction · 0.50
buildDestroyFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…