Function: candidatePassed()

August 8, 2026 ยท View on GitHub

@plures/praxis


@plures/praxis / index / candidatePassed

Function: candidatePassed()

candidatePassed(candidate): boolean

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

Check if a candidate passed all gates

Parameters

candidate

Candidate

The candidate whose gate status to check

Returns

boolean

true if all gates passed, false otherwise

Contents

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