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

Method setUrl

src/Pipe.js:75–78  ·  view source on GitHub ↗

* Sets the url. * @param {string} url * @return {Pipe} Fluent interface

(url)

Source from the content-addressed store, hash-verified

73 * @return {Pipe} Fluent interface
74 */
75 setUrl (url) {
76 this._url = url
77 return this
78 }
79
80 /**
81 * Returns the title.

Callers 1

extractMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected