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

Method toString

client/src/utils/jasmine/jasmine.js:5283–5289  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5281 }
5282
5283 toString() {
5284 if (this.components.length) {
5285 return '$' + this.components.map(formatPropertyAccess).join('');
5286 } else {
5287 return '';
5288 }
5289 }
5290
5291 add(component) {
5292 return new ObjectPath(this.components.concat([component]));

Callers 15

AuthTabFunction · 0.45
parseToStringFunction · 0.45
encodeFormDataBodyFunction · 0.45
bootJasmineFunction · 0.45
ExceptionFormatterFunction · 0.45
formatKeyValuePairsFunction · 0.45
formatPropertyAccessFunction · 0.45
formatMethod · 0.45
formatPropertyMethod · 0.45
hasCustomToStringFunction · 0.45
jsonParseLinterFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected