Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ShipSecAI/studio
/ useToast
Function
useToast
frontend/src/components/ui/use-toast.ts:12–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
};
11
12
export
function
useToast(): ToastContextValue {
13
const
context = useContext(ToastContext);
14
if
(!context) {
15
return
noopToast;
16
}
17
return
context;
18
}
Callers
12
RunSelector
Function · 0.90
ExecutionInspector
Function · 0.90
HumanInputResolutionView
Function · 0.90
Canvas
Function · 0.90
McpLibraryPage
Function · 0.90
ActionCenterPage
Function · 0.90
WebhooksPage
Function · 0.90
IntegrationsManager
Function · 0.90
WebhookEditorPage
Function · 0.90
SchedulesPage
Function · 0.90
WorkflowBuilderContent
Function · 0.90
WorkflowDesignerPane
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected