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

Method toObject

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

Source from the content-addressed store, hash-verified

69091 return this.check();
69092 }
69093 toObject(object) {
69094 object.x = this[0];
69095 object.y = this[1];
69096 return object;
69097 }
69098 get ELEMENTS() {
69099 return 2;
69100 }

Callers 1

toMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected