Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/wavetermdev/waveterm
/ getModalComponent
Function
getModalComponent
frontend/app/modals/modalregistry.tsx:26–28 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
24
};
25
26
export const getModalComponent = (key: string): React.ComponentType<any> | undefined => {
27
return modalRegistry[key];
28
};
Callers
1
ModalsRenderer
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected