refreshQuietly method

void refreshQuietly(
  1. GraphSnapshot snapshot
)

Sets current WITHOUT emitting — the change-gated runtime's QUIET refresh: a floor tick against an unchanged store advances current's capture time but publishes nothing (tg-zd4v freshness).

Implementation

void refreshQuietly(GraphSnapshot snapshot) => _current = snapshot;