MCPcopy Create free account
hub / github.com/EsperoTech/yaade / toString

Method toString

server/src/main/resources/jasmine.js:5418–5424  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5416 }
5417
5418 toString() {
5419 if (this.components.length) {
5420 return '$' + this.components.map(formatPropertyAccess).join('');
5421 } else {
5422 return '';
5423 }
5424 }
5425
5426 add(component) {
5427 return new ObjectPath(this.components.concat([component]));

Callers 8

jasmine.jsFile · 0.45
ExceptionFormatterFunction · 0.45
formatKeyValuePairsFunction · 0.45
formatPropertyAccessFunction · 0.45
formatMethod · 0.45
formatPropertyMethod · 0.45
hasCustomToStringFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected