invalidatePrefix method

void invalidatePrefix()

Marks the prefix sum stale. Called from _order's onOrderMutated callback (via the controller wrapper) and from setFullExtent / _purgeNodeData when the stored extent changes.

Implementation

void invalidatePrefix() {
  _fullOffsetPrefixDirty = true;
}