clockIsNull function

bool clockIsNull(
  1. TSClock clock
)

Tree-sitter 0.25.10 clock_is_null for the monotonic pair.

Implementation

bool clockIsNull(TSClock clock) =>
    clock.seconds == BigInt.zero && clock.nanoseconds == 0;