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

Method didCreateView

src/App.js:122–125  ·  view source on GitHub ↗

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

(view)

Source from the content-addressed store, hash-verified

120 * @param {View} view
121 */
122 didCreateView (view) {
123 // Add pipe subview
124 view.addSubview(this._pipe.getView())
125 }
126
127 /**
128 * Returns app singleton instance.

Callers

nothing calls this directly

Calls 2

addSubviewMethod · 0.80
getViewMethod · 0.80

Tested by

no test coverage detected