MCPcopy Create free account
hub / github.com/apache/devlake / handleCreateDataScope

Function handleCreateDataScope

config-ui/src/routes/connection/connection.tsx:152–155  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

150 };
151
152 const handleCreateDataScope = () => {
153 setVersion((v) => v + 1);
154 handleHideDialog();
155 };
156
157 const handleShowClearDataScopeDialog = (scopeId: ID) => {
158 setType('clearDataScope');

Callers

nothing calls this directly

Calls 1

handleHideDialogFunction · 0.70

Tested by

no test coverage detected