MCPcopy Create free account
hub / github.com/MiniMax-AI/OpenRoom / useWindows

Function useWindows

apps/webuiapps/src/components/Shell/index.tsx:47–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45import styles from './index.module.scss';
46
47function useWindows() {
48 return useSyncExternalStore(subscribe, getWindows);
49}
50
51/** Lucide icon name to component mapping */
52const ICON_MAP: Record<string, LucideIcon> = {

Callers 1

ShellFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected