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