MCPcopy Index your code
hub / github.com/SplootCode/splootcode / addChildSet

Method addChildSet

packages/core/src/language/node.ts:76–79  ·  view source on GitHub ↗
(name: string, type: ChildSetType, category: NodeCategory, minChildren = 0, maxChildren = -1)

Source from the content-addressed store, hash-verified

74 }
75
76 addChildSet(name: string, type: ChildSetType, category: NodeCategory, minChildren = 0, maxChildren = -1) {
77 this.childSets[name] = new ChildSet(this, name, type, category, minChildren, maxChildren)
78 this.childSetOrder.push(name)
79 }
80
81 getChildrenToKeepOnDelete(): SplootNode[] {
82 return []

Callers 15

constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected