MCPcopy Create free account
hub / github.com/ZeppelinMC/Zeppelin / Add

Method Add

server/command/builder.go:72–74  ·  view source on GitHub ↗
(nodes ...Node)

Source from the content-addressed store, hash-verified

70}
71
72func (n *Node) Add(nodes ...Node) {
73 n.children = append(n.children, nodes...)
74}
75
76func NewNode(n play.Node, children ...Node) Node {
77 return Node{n, children}

Callers 12

decodeLongArrayMethod · 0.45
decodeIntArrayMethod · 0.45
decodeByteArrayMethod · 0.45
fieldMethod · 0.45
setSliceArrayFunction · 0.45
decodeListSliceMethod · 0.45
indexMethod · 0.45
interfaceAssertFunction · 0.45
NewEntityIdFunction · 0.45
SprintTextFunction · 0.45
ElementMethod · 0.45
AppendMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected