gatherSections
@forge/monorepo / backend/src / gatherSections
Function: gatherSections()
gatherSections(
context,providers):Promise<readonlyContextSection[]>
Defined in: backend/src/context/assembler.ts:30
Gather sections from every provider, in provider order. Providers that fail are surfaced, not hidden.
Parameters
context
providers
readonly ContextProvider[]
Returns
Promise<readonly ContextSection[]>