Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aframevr/aframe
/ getChildren
Method
getChildren
src/core/a-node.js:180–182 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
178
}
179
180
getChildren () {
181
return
Array.prototype.slice.call(this.children, 0);
182
}
183
184
/**
185
* Unregister old mixins and listeners.
Callers
3
load
Method · 0.95
doConnectedCallback
Method · 0.80
a-node.test.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected