MCPcopy Create free account
hub / github.com/microsoft/SandDance / toObject

Method toObject

docs/app/js/sanddance-app.js:70238–70243  ·  view source on GitHub ↗
(object)

Source from the content-addressed store, hash-verified

70236 return this.check();
70237 }
70238 toObject(object) {
70239 object.x = this[0];
70240 object.y = this[1];
70241 object.z = this[2];
70242 return object;
70243 }
70244 get ELEMENTS() {
70245 return 3;
70246 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected