MCPcopy
hub / github.com/uber/aresdb / Node

Struct Node

query/sql/tree/Node.go:33–37  ·  view source on GitHub ↗

Node is INode

Source from the content-addressed store, hash-verified

31
32// Node is INode
33type Node struct {
34 // Location is node location
35 Location *NodeLocation
36 value string
37}
38
39// NewNode creates Node
40func NewNode(location *NodeLocation) *Node {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected