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

Struct DeltaController

delta/controller.go:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31type DeltaController struct {
32 mutex sync.Mutex
33 tables map[tableIdentifier]*DeltaAppender
34 seed maphash.Seed
35}
36
37func NewController() *DeltaController {
38 return &DeltaController{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected