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

Method toTarget

docs/app/js/sanddance-app.js:69271–69273  ·  view source on GitHub ↗
(target)

Source from the content-addressed store, hash-verified

69269 return (0, _common.isArray)(arrayOrObject) ? this.toArray(arrayOrObject) : this.toObject(arrayOrObject);
69270 }
69271 toTarget(target) {
69272 return target ? this.to(target) : this;
69273 }
69274 toFloat32Array() {
69275 return new Float32Array(this);
69276 }

Callers

nothing calls this directly

Calls 1

toMethod · 0.95

Tested by

no test coverage detected