mirror of
https://github.com/Nanaloveyuki/BitLogger.git
synced 2026-09-07 09:54:07 +00:00
466 B
466 B
name, group, category, update-time, description, key-word
| name | group | category | update-time | description | key-word | |||
|---|---|---|---|---|---|---|---|---|
| history-sink-dropped-count | api | sink | 20260811 | Read the number of oldest records evicted from a HistorySink. |
|
History-sink-dropped-count
pub fn HistorySink::dropped_count(self : HistorySink) -> Int
Returns the cumulative number of records evicted because the bounded history was
full. clear() resets this count for the new history session.