Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dataelement/Clawith
/ useToast
Function
useToast
frontend/src/components/Toast/ToastProvider.tsx:181–185 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
179
}
180
181
export function useToast() {
182
const ctx = useContext(ToastContext);
183
if (!ctx) throw new Error(
'useToast must be used within ToastProvider'
);
184
return ctx;
185
}
Callers
9
Layout
Function · 0.90
VerifyEmail
Function · 0.90
EnterpriseSettings
Function · 0.90
AgentDetailPage
Function · 0.90
ToolsManager
Function · 0.90
SkillsTab
Function · 0.90
LlmTab
Function · 0.90
BroadcastSection
Function · 0.90
SsoChannelSection
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected