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

Function closeSplashScreen

src/desktop/main.ts:560–566  ·  view source on GitHub ↗

* Close splash screen

()

Source from the content-addressed store, hash-verified

558 * Close splash screen
559 */
560function closeSplashScreen() {
561 if (splashWindow) {
562 console.log(`[${timestamp()}] Closing splash screen...`);
563 splashWindow.close();
564 splashWindow = null;
565 }
566}
567
568/**
569 * Load backend services (Config, ServiceContainer, AI SDK, tokenizer)

Callers 2

createWindowFunction · 0.85
main.tsFile · 0.85

Calls 2

timestampFunction · 0.85
closeMethod · 0.65

Tested by

no test coverage detected