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

Method getChild

packages/core/src/language/childset.ts:180–182  ·  view source on GitHub ↗
(index: number)

Source from the content-addressed store, hash-verified

178 }
179
180 getChild(index: number) {
181 return this.children[index]
182 }
183
184 getCount(): number {
185 return this.children.length

Callers 15

getWrapInsertChildSetMethod · 0.80
wrapNodeOnPasteMethod · 0.80
replaceNodeMethod · 0.80
getHelloWorldPythonFileFunction · 0.80
getAssignStatementFunction · 0.80
getHelloWorldPythonFileFunction · 0.80
getBreadcrumbsTestFileFunction · 0.80
generateParseTreeMethod · 0.80

Calls

no outgoing calls

Tested by 4

getHelloWorldPythonFileFunction · 0.64
getAssignStatementFunction · 0.64
getHelloWorldPythonFileFunction · 0.64
getBreadcrumbsTestFileFunction · 0.64