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

Method getCount

packages/core/src/language/childset.ts:184–186  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

182 }
183
184 getCount(): number {
185 return this.children.length
186 }
187
188 getIndexOf(node: SplootNode): number {
189 return this.children.indexOf(node)

Callers 15

getWrapInsertChildSetMethod · 0.80
wrapNodeOnPasteMethod · 0.80
replaceNodeMethod · 0.80
wrapNodeMethod · 0.80
generateParseTreeMethod · 0.80
validateSelfMethod · 0.80
getModuleNameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected