Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/node-redis
/ onBatchStart
Function
onBatchStart
packages/client/lib/client/tracing.spec.ts:327–329 ·
view source on GitHub ↗
(message: any)
Source
from the content-addressed store, hash-verified
325
const
commandStartEvents: Array<any> = [];
326
327
const
onBatchStart = (message: any) => {
328
batchStartEvents.push(message);
329
};
330
const
onCommandStart = (message: any) => {
331
commandStartEvents.push(message);
332
};
Callers
nothing calls this directly
Calls
1
push
Method · 0.45
Tested by
no test coverage detected