MCPcopy Index your code
hub / github.com/ZToolsCenter/ZTools / getWindowMaterial

Method getWindowMaterial

src/main/api/renderer/window.ts:153–156  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

151 }
152
153 public async getWindowMaterial(): Promise<WindowMaterial> {
154 const material = await windowManager.getWindowMaterial()
155 return material
156 }
157
158 private openSettings(): void {
159 windowManager.showSettings()

Callers 3

setupIPCMethod · 0.95
buildThemeInfoMethod · 0.45
setupIPCMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected