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

    Function runHostTripwires

    • Runs every host tripwire over one observation.

      O(1) in the size of the database by construction: every input is either a scalar the caller already had or a ring capped at TREND_RING_SAMPLES, so nothing here can become a full-table scan on the request path.

      Parameters

      Returns Finding[]