MCPcopy
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

loadMethod · 0.95
doConnectedCallbackMethod · 0.80
a-node.test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected