MCPcopy Create free account
hub / github.com/cryptii/cryptii / setId

Method setId

src/Pipe.js:57–60  ·  view source on GitHub ↗

* Sets the id. * @param {number} id * @return {Pipe} Fluent interface

(id)

Source from the content-addressed store, hash-verified

55 * @return {Pipe} Fluent interface
56 */
57 setId (id) {
58 this._id = id
59 return this
60 }
61
62 /**
63 * Returns the URL.

Callers 1

extractMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected