MCPcopy
hub / github.com/Automattic/mongoose / start

Function start

test/tracing.test.js:42–42  ·  view source on GitHub ↗
(ctx)

Source from the content-addressed store, hash-verified

40 const events = [];
41 const handlers = {
42 start(ctx) { events.push({ event: 'start', ...ctx }); },
43 end() { events.push({ event: 'end' }); },
44 asyncStart(ctx) { events.push({ event: 'asyncStart', result: ctx.result }); },
45 asyncEnd(ctx) { events.push({ event: 'asyncEnd', result: ctx.result }); },

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…