MCPcopy Create free account
hub / github.com/apecloud/myduckserver / FlushStats

Struct FlushStats

delta/controller.go:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23)
24
25type FlushStats struct {
26 DeltaSize int64
27 Insertions int64
28 Deletions int64
29}
30
31type DeltaController struct {
32 mutex sync.Mutex

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected