MCPcopy Create free account
hub / github.com/callstack/agent-device / readBatchStepRuntimeProperty

Function readBatchStepRuntimeProperty

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

Source from the content-addressed store, hash-verified

154}
155
156function readBatchStepRuntimeProperty(
157 record: Record<string, unknown>,
158 stepNumber: number,
159): Pick<BatchCommandStep, 'runtime'> {
160 const runtime = parseBatchStepRuntime(record.runtime, stepNumber, batchPlainError);
161 return runtime === undefined ? {} : { runtime };
162}

Callers 1

readBatchStepFunction · 0.85

Calls 1

parseBatchStepRuntimeFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…