@suluk/keys - v0.1.0
    Preparing search index...

    Function parentPathOf

    • A parent's materialized path (for building a child's path). A parent with no row is a root → its bare id; a null parent (a session/account caller) → null (the child is a root).

      Parameters

      • db: KeysDB
      • parentKeyId: string | null

      Returns Promise<string | null>