MCPcopy Index your code
hub / github.com/gitify-app/gitify / setUpdateReadyForInstallMenuVisibility

Method setUpdateReadyForInstallMenuVisibility

src/main/menu.ts:156–158  ·  view source on GitHub ↗

* Show or hide the "Restart to install update" menu item. * * @param isVisible - Whether the item should be visible.

(isVisible: boolean)

Source from the content-addressed store, hash-verified

154 * @param isVisible - Whether the item should be visible.
155 */
156 setUpdateReadyForInstallMenuVisibility(isVisible: boolean) {
157 this.updateReadyForInstallMenuItem.visible = isVisible;
158 }
159}

Callers 3

registerListenersMethod · 0.80
resetStateMethod · 0.80
menu.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected