MCPcopy Index your code
hub / github.com/callstack/agent-device / readBatchStepCommand

Function readBatchStepCommand

src/commands/batch/projection.ts:70–75  ·  view source on GitHub ↗
(
  record: Record<string, unknown>,
  stepNumber: number,
)

Source from the content-addressed store, hash-verified

68}
69
70function readBatchStepCommand(
71 record: Record<string, unknown>,
72 stepNumber: number,
73): BatchCommandName {
74 return readStructuredBatchCommandName(record.command, stepNumber);
75}

Callers 1

readBatchDaemonStepFunction · 0.70

Calls 1

Tested by

no test coverage detected