Function: applyGates()

August 8, 2026 ยท View on GitHub

@plures/praxis


@plures/praxis / index / applyGates

Function: applyGates()

applyGates(candidate): Candidate

Defined in: src/conversations/gate.ts:75

Apply all gates to a candidate

Parameters

candidate

Candidate

The candidate to evaluate against all registered gates

Returns

Candidate

A new candidate object with the gateStatus field populated

Contents

  1. 1Parameters
  2. 1.1candidate
  3. 2Returns