MCPcopy Create free account
hub / github.com/alignoth/alignoth / range

Method range

resources/vega-embed.min.js:1219–1231  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1217 this.formatted = void 0;
1218 }
1219 get range() {
1220 if (void 0 === this.formatted) {
1221 this.formatted = "";
1222 for (let e = 0; e < this.set.length; e++) {
1223 e > 0 && (this.formatted += "||");
1224 const t = this.set[e];
1225 for (let e = 0; e < t.length; e++)
1226 (e > 0 && (this.formatted += " "),
1227 (this.formatted += t[e].toString().trim()));
1228 }
1229 }
1230 return this.formatted;
1231 }
1232 format() {
1233 return this.range;
1234 }

Callers 11

OnFunction · 0.80
TrFunction · 0.80
TcFunction · 0.80
BcFunction · 0.80
IhFunction · 0.80
QdFunction · 0.80
rFunction · 0.80
vega.min.jsFile · 0.80
_pFunction · 0.80
$pFunction · 0.80
transformFunction · 0.80

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected