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

Method toString

docs/app/js/sanddance-app.js:69277–69279  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69275 return new Float32Array(this);
69276 }
69277 toString() {
69278 return this.formatString((0, _common.config));
69279 }
69280 formatString(opts) {
69281 let string = "";
69282 for(let i = 0; i < this.ELEMENTS; ++i)string += (i > 0 ? ", " : "") + (0, _common.formatValue)(this[i], opts);

Callers

nothing calls this directly

Calls 1

formatStringMethod · 0.95

Tested by

no test coverage detected