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

Method setBrickFactory

src/Pipe.js:129–132  ·  view source on GitHub ↗

* Sets the brick factory used upon brick creation inside the pipe. * @param {Factory} brickFactory Factory * @return {Pipe} Fluent interface

(brickFactory)

Source from the content-addressed store, hash-verified

127 * @return {Pipe} Fluent interface
128 */
129 setBrickFactory (brickFactory) {
130 this._brickFactory = brickFactory
131 return this
132 }
133
134 /**
135 * Returns the service instance.

Callers 2

extractMethod · 0.95
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected