MCPcopy Create free account
hub / github.com/chieapp/chie / createViewMenu

Method createViewMenu

src/view/base-menu-bar.ts:114–121  ·  view source on GitHub ↗
(items: object[])

Source from the content-addressed store, hash-verified

112 }
113
114 protected createViewMenu(items: object[]) {
115 this.#viewMenu = gui.Menu.create(items);
116 this.menu.insert(gui.MenuItem.create({
117 label: 'View',
118 submenu: this.#viewMenu,
119 }), 2);
120 return this.#viewMenu;
121 }
122
123 protected createAssistantsMenu() {
124 if (this.#assistantsMenu)

Callers 2

constructorMethod · 0.80
constructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected