MCPcopy Create free account
hub / github.com/SmartPool/smartpool-client / AugData

Struct AugData

mtree/aug_mt.go:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10type Counter interface{}
11
12type AugData struct {
13 Min Counter
14 Max Counter
15 Hash smartpool.SPHash
16}
17
18func (ad AugData) Copy() NodeData {
19 h := smartpool.SPHash{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected