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

Method setDescription

src/Pipe.js:111–114  ·  view source on GitHub ↗

* Sets the description. * @param {string|null} description Pipe description * @return {Pipe} Fluent interface

(description)

Source from the content-addressed store, hash-verified

109 * @return {Pipe} Fluent interface
110 */
111 setDescription (description) {
112 this._description = description
113 return this
114 }
115
116 /**
117 * Returns the brick factory used upon brick creation inside the pipe.

Callers 1

extractMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected