mirror of
https://github.com/Nanaloveyuki/BitLogger.git
synced 2026-09-07 18:03:47 +00:00
463 B
463 B
name, group, category, update-time, description, key-word
| name | group | category | update-time | description | key-word | |||
|---|---|---|---|---|---|---|---|---|
| history-sink-snapshot | api | sink | 20260811 | Copy the retained records from a HistorySink in chronological order. |
|
History-sink-snapshot
pub fn HistorySink::snapshot(self : HistorySink) -> Array[Record]
Returns copied records ordered from oldest to newest. Later writes and mutation of the returned array do not change the retained history.