Files
BitLogger/docs/api/history-sink-snapshot.md

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.
sink
history
snapshot

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.