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

Method getChildSet

packages/core/src/language/node.ts:250–252  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

248 }
249
250 getChildSet(name: string) {
251 return this.childSets[name]
252 }
253
254 getProperty(name: string) {
255 return this.properties[name]

Callers 15

getWrapInsertChildSetMethod · 0.95
recursivelyValidateMethod · 0.95
serializeMethod · 0.95
deserializeChildSetMethod · 0.95
getChildSetMethod · 0.45
trimMethod · 0.45
constructorMethod · 0.45
wrapNodeOnPasteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected