MCPcopy 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
12export function useToast(): ToastContextValue {
13 const context = useContext(ToastContext);
14 if (!context) {
15 return noopToast;
16 }
17 return context;
18}

Callers 12

RunSelectorFunction · 0.90
ExecutionInspectorFunction · 0.90
HumanInputResolutionViewFunction · 0.90
CanvasFunction · 0.90
McpLibraryPageFunction · 0.90
ActionCenterPageFunction · 0.90
WebhooksPageFunction · 0.90
IntegrationsManagerFunction · 0.90
WebhookEditorPageFunction · 0.90
SchedulesPageFunction · 0.90
WorkflowBuilderContentFunction · 0.90
WorkflowDesignerPaneFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected