Metreeca Keep
    Preparing search index...

    Function isProbeBranch

    • Checks whether a flake is projected by a query: its drain carries a projection alias.

      Parameters

      • flake: Flake

        The flake to inspect

      Returns flake is Flake & { entry: Entry } & {
          drain: { alias: string; mould: Placeholders };
      }

      true if flake's drain binds a projection alias; false otherwise