MCPcopy
hub / github.com/coder/mux / setTitle

Method setTitle

src/node/services/windowService.ts:98–104  ·  view source on GitHub ↗
(title: string)

Source from the content-addressed store, hash-verified

96 }
97
98 setTitle(title: string): void {
99 if (this.mainWindow && !this.mainWindow.isDestroyed()) {
100 this.mainWindow.setTitle(title);
101 } else {
102 log.debug("WindowService: setTitle called but mainWindow is not set or destroyed");
103 }
104 }
105}

Callers 3

AppInnerFunction · 0.80
routerFunction · 0.80

Calls 1

debugMethod · 0.80

Tested by

no test coverage detected