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

Method toString

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

Source from the content-addressed store, hash-verified

75367 this.check();
75368 }
75369 toString() {
75370 return this.formatString((0, _common.config));
75371 }
75372 formatString({ printTypes =false }) {
75373 const f = (0, _common.formatValue);
75374 return "".concat(printTypes ? "Spherical" : "", "[rho:").concat(f(this.radius), ",theta:").concat(f(this.theta), ",phi:").concat(f(this.phi), "]");

Callers

nothing calls this directly

Calls 1

formatStringMethod · 0.95

Tested by

no test coverage detected