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

Method add

client/src/utils/jasmine/jasmine.js:5291–5293  ·  view source on GitHub ↗
(component)

Source from the content-addressed store, hash-verified

5289 }
5290
5291 add(component) {
5292 return new ObjectPath(this.components.concat([component]));
5293 }
5294
5295 shift() {
5296 return new ObjectPath(this.components.slice(1));

Callers 4

recordMismatchMethod · 0.45
withPathMethod · 0.45
addMethod · 0.45
index.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected