Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
getWrapInsertChildSet
Method · 0.95
recursivelyValidate
Method · 0.95
recursivelyClearValidation
Method · 0.95
recursivelyClearObservers
Method · 0.95
recursivelySetMutations
Method · 0.95
serialize
Method · 0.95
applySerializedSnapshot
Method · 0.95
deserializeChildSet
Method · 0.95
getChildSet
Method · 0.45
trim
Method · 0.45
constructor
Method · 0.45
wrapNodeOnPaste
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected