Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
adaptFragmentToPasteDestinationIfPossible
Function · 0.80
getWrapInsertChildSet
Method · 0.80
wrapNodeOnPaste
Method · 0.80
replaceNode
Method · 0.80
wrapNode
Method · 0.80
dict_multiselect.test.ts
File · 0.80
fragment_insert.test.ts
File · 0.80
edit_actions.test.ts
File · 0.80
multiselect.test.ts
File · 0.80
generateParseTree
Method · 0.80
validateSelf
Method · 0.80
getModuleName
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected