Metreeca Keep
    Preparing search index...

    Function isPropertyBranch

    • Checks whether a flake steps through a Property edge, regardless of what it retrieves: the union of model, query, and projected branches, excluding Id / Type markers and transform stages.

      Parameters

      • flake: Flake

        The flake to inspect

      Returns flake is Flake & { entry: Entry } & { entry: Property }

      true if flake is a Branch whose entry is a Property; false otherwise, including Id / Type markers and transform stages