Saxonberg Server API
    Preparing search index...
    Index

    Constructors

    Methods

    • Sync longest-prefix match for an already-known address string — no containment walk, no zone await. The fast-path a consumer uses after resolving the address once. null when uncovered.

      Parameters

      • address: string

      Returns default | null

    • The load-bearing read. Returns the most-specific Locality covering scope's resolved address, or null (global). Never throws; the resolve chain is containment-outward → zone fallthrough → longest-prefix → null. Async because the zone step awaits Zone.lookupField.

      Parameters

      Returns Promise<default | null>