MCPcopy
hub / github.com/redis/node-redis / onStart

Function onStart

packages/client/lib/client/tracing.spec.ts:221–223  ·  view source on GitHub ↗
(message: any)

Source from the content-addressed store, hash-verified

219 const events: Array<{ name: string; context: any }> = [];
220
221 const onStart = (message: any) => {
222 events.push({ name: 'start', context: message });
223 };
224 const onAsyncEnd = (message: any) => {
225 events.push({ name: 'asyncEnd', context: message });
226 };

Callers

nothing calls this directly

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected