Metreeca Keep
    Preparing search index...

    Function isComputedFlake

    • Checks whether a Flake is a transform stage rather than a property or marker step.

      A computed node carries at least one Transform along its pipe, so its value is produced by the transform pipeline instead of read straight from a property edge. The test is local to the node and ignores any stages or branches nested beneath it.

      Parameters

      • flake: Flake

        The flake to test

      Returns boolean

      true when the node carries at least one transform; false otherwise