Skip to content

Graphorin API reference v0.15.1


Graphorin API reference / @graphorin/agent / fanout / FanOutResult

Interface: FanOutResult<TOutput>

Defined in: packages/agent/src/fanout/index.ts:96

Stable

Aggregate result returned by Agent.fanOut(...).

Type Parameters

Type ParameterDefault type
TOutputunknown

Properties

PropertyModifierTypeDescriptionDefined in
childrenreadonlyreadonly ChildResult<TOutput>[]-packages/agent/src/fanout/index.ts:99
fanOutIdreadonlystring-packages/agent/src/fanout/index.ts:97
mergeDurationMsreadonlynumber-packages/agent/src/fanout/index.ts:100
outputreadonlyTOutput-packages/agent/src/fanout/index.ts:98
usagereadonlyUsageSum of every usage-reporting child's usage; zero when no child reported. The fan-out helper never mutates the parent run's live state (it runs outside the loop and would race it) - folding this into the parent run's accounting is the caller's decision.packages/agent/src/fanout/index.ts:107