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

Function onAsyncEnd

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

Source from the content-addressed store, hash-verified

222 events.push({ name: 'start', context: message });
223 };
224 const onAsyncEnd = (message: any) => {
225 events.push({ name: 'asyncEnd', context: message });
226 };
227
228 dc.subscribe('tracing:node-redis:command:start', onStart);
229 dc.subscribe('tracing:node-redis:command:asyncEnd', onAsyncEnd);

Callers

nothing calls this directly

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected