MCPcopy
hub / github.com/ro31337/libretaxi / add

Method add

src/responses/composite-response.js:52–55  ·  view source on GitHub ↗

* Add response to composite. * * @param {Response} response - Response instance that you want to add to composite. * @returns {CompositeResponse} response - returns `this`, so you can chain methods.

(response)

Source from the content-addressed store, hash-verified

50 * @returns {CompositeResponse} response - returns `this`, so you can chain methods.
51 */
52 add(response) {
53 this.rr.push(response);
54 return this;
55 }
56
57 /**
58 * List of responses.

Calls

no outgoing calls

Tested by

no test coverage detected