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

Method getBricks

src/Pipe.js:175–177  ·  view source on GitHub ↗

* Returns a shallow copy of the current pipe bricks. * @return {Brick[]}

()

Source from the content-addressed store, hash-verified

173 * @return {Brick[]}
174 */
175 getBricks () {
176 return this._bricks.slice()
177 }
178
179 /**
180 * Returns a single brick at given index.

Callers 2

Pipe.jsFile · 0.80
updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected