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

Function readBatchFlags

src/core/batch.ts:293–297  ·  view source on GitHub ↗
(
  flags: BatchFlags | Record<string, unknown> | undefined,
)

Source from the content-addressed store, hash-verified

291}
292
293function readBatchFlags(
294 flags: BatchFlags | Record<string, unknown> | undefined,
295): BatchFlags | undefined {
296 return flags as BatchFlags | undefined;
297}
298
299function batchErrorResponse(
300 code: string,

Callers 3

runBatchFunction · 0.85
buildBatchStepFlagsFunction · 0.85
mergeParentFlagsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…