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

Method didCreateView

src/Brick.js:271–274  ·  view source on GitHub ↗

* Triggered when view has been created. * @protected

(view)

Source from the content-addressed store, hash-verified

269 * @protected
270 */
271 didCreateView (view) {
272 // Add settings form as a subview
273 view.addSubview(this._settingsForm.getView())
274 }
275
276 /**
277 * Triggered when menu item has been clicked.

Callers

nothing calls this directly

Calls 2

addSubviewMethod · 0.80
getViewMethod · 0.80

Tested by

no test coverage detected