MCPcopy Index your code
hub / github.com/TaskingAI/TaskingAI / handleCloseModal

Function handleCloseModal

frontend/src/components/playground/index.tsx:1110–1112  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1108 setOpenCollectionDrawer(true)
1109 }
1110 const handleCloseModal = () => {
1111 setOpenModalTable(false)
1112 }
1113 const hangleChangeAuthorization = (value: string) => {
1114 setAuthentication(value)
1115 }

Callers 3

handleNext1Function · 0.50
handleCancelFunction · 0.50
handleConfirmFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected