MCPcopy Create free account
hub / github.com/CloudOrc/SolidUI / toggleModal

Function toggleModal

solidui-web/src/pages/DataSource/useDataSource.tsx:291–293  ·  view source on GitHub ↗
(open: boolean)

Source from the content-addressed store, hash-verified

289 }
290
291 async function toggleModal(open: boolean) {
292 setModalOpen(open);
293 }
294
295 async function toggleEditModal(open: boolean) {
296 setEditModalOpen(open);

Callers 2

DataSourceListFunction · 0.70
createFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected