Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arctic-cli/interface
/ useToast
Function
useToast
packages/arctic/src/cli/cmd/tui/ui/toast.tsx:95–101 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
93
}
94
95
export function useToast() {
96
const value = useContext(ctx)
97
if (!value) {
98
throw new Error(
"useToast must be used within a ToastProvider"
)
99
}
100
return value
101
}
Callers
10
App
Function · 0.90
AutoMethod
Function · 0.90
CodeMethod
Function · 0.90
DialogPty
Function · 0.90
DialogConnections
Function · 0.90
Prompt
Function · 0.90
Sidebar
Function · 0.90
Session
Function · 0.90
local.tsx
File · 0.90
Toast
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected