drupflare/worker - v1.0.0
    Preparing search index...

    Function updbPrecheck

    • The precondition gate. JS only, no interpreter, 1-3 statements.

      Every check here is one this project can afford to run before a boot, which is the entire point: a refusal costs ~0 ms instead of 3,754 ms of cpuTime spent booting to discover the run should not proceed.

      Parameters

      Returns { detail?: string; ok: boolean; reason?: string }