Metreeca Keep
    Preparing search index...

    Function hasNullOptions

    • Checks whether a Flake's membership constraints include an explicit null option.

      Scans the node's own any and all option sets for a null entry, which matches an absent value and so relaxes the constraint from an existence requirement. The test is local to the node.

      Parameters

      • flake: Flake

        The flake to test

      Returns boolean

      true when any or all includes null; false otherwise