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

Method add

server/src/main/resources/jasmine.js:5426–5428  ·  view source on GitHub ↗
(component)

Source from the content-addressed store, hash-verified

5424 }
5425
5426 add(component) {
5427 return new ObjectPath(this.components.concat([component]));
5428 }
5429
5430 shift() {
5431 return new ObjectPath(this.components.slice(1));

Callers 4

recordMismatchMethod · 0.45
withPathMethod · 0.45
addMethod · 0.45
bundle.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected