Skip to content

miniproto.updates.state.DuplicateTracker.add

miniproto.updates.state.DuplicateTracker.add

Section titled “miniproto.updates.state.DuplicateTracker.add”
add(key: str) -> None

Remember a new key, evicting the oldest retained key when the window is full.

Parameters:

  • key (str) – Raw update identity key to retain.