MCPcopy
hub / github.com/ha/doozerd / node

Struct node

src/pkg/store/node.go:14–18  ·  view source on GitHub ↗

This structure should be kept immutable.

Source from the content-addressed store, hash-verified

12
13// This structure should be kept immutable.
14type node struct {
15 V string
16 Rev int64
17 Ds map[string]node
18}
19
20func (n node) String() string {
21 return "<node>"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected