MCPcopy
hub / github.com/dataelement/Clawith / setError

Function setError

frontend/src/pages/VerifyEmail.tsx:93–98  ·  view source on GitHub ↗
(msg: string)

Source from the content-addressed store, hash-verified

91 };
92
93 const setError = (msg: string) => {
94 if (msg) {
95 setStatus('error');
96 setMessage(msg);
97 }
98 };
99
100 return (
101 <div style={{

Callers 15

AgentCredentialsFunction · 0.85
handleDeleteFunction · 0.85
handleJoinFunction · 0.85
handleCreateFunction · 0.85
handleSubmitFunction · 0.85
handleGetHintFunction · 0.85
loadCompaniesFunction · 0.85
handleSaveFunction · 0.85
handleVerifyEmailFunction · 0.85
handleResendVerificationFunction · 0.85
handleSubmitFunction · 0.85
handleTenantSelectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected