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

Method setTitle

src/Pipe.js:93–96  ·  view source on GitHub ↗

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

(title)

Source from the content-addressed store, hash-verified

91 * @return {Pipe} Fluent interface
92 */
93 setTitle (title) {
94 this._title = title
95 return this
96 }
97
98 /**
99 * Returns the description.

Callers 1

extractMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected