add bounded history sink (#1)

This commit is contained in:
Nanaloveyuki
2026-08-11 13:30:58 +08:00
committed by GitHub
parent 0b05ee0c94
commit aab7a94ae2
38 changed files with 318 additions and 26 deletions
+20
View File
@@ -0,0 +1,20 @@
---
name: history-sink-snapshot
group: api
category: sink
update-time: 20260811
description: Copy the retained records from a HistorySink in chronological order.
key-word:
- sink
- history
- snapshot
---
## History-sink-snapshot
```moonbit
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.