Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/admineral/OpenAI-Assistant-API-Chat
/ State
Interface
State
components/ui/use-toast.ts:53–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
interface
State {
54
toasts: ToasterToast[]
55
}
56
57
const
toastTimeouts =
new
Map<string, ReturnType<typeof setTimeout>>()
58
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected