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

Method didCreateView

src/Pipe.js:985–988  ·  view source on GitHub ↗

* Triggered when view has been created. * @protected * @param {View} view

(view)

Source from the content-addressed store, hash-verified

983 * @param {View} view
984 */
985 didCreateView (view) {
986 // Add each brick as subview
987 this._bricks.forEach(brick => view.addSubview(brick.getView()))
988 }
989
990 /**
991 * Stores this pipe using the backend service.

Callers

nothing calls this directly

Calls 2

addSubviewMethod · 0.80
getViewMethod · 0.80

Tested by

no test coverage detected