Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CloudOrc/SolidUI
/ toggleModal
Function
toggleModal
solidui-web/src/pages/Project/useProject.ts:112–114 ·
view source on GitHub ↗
(open: boolean)
Source
from the content-addressed store, hash-verified
110
}
111
112
async
function
toggleModal(open: boolean) {
113
setModalOpen(open);
114
}
115
116
return
{
117
loading,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected