Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/iamhosseindhv/notistack
/ State
Interface
State
src/transitions/Transition/Transition.tsx:42–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
const EXITING =
'exiting'
;
41
42
interface State {
43
status: TransitionStatus;
44
}
45
46
interface NextCallback {
47
(): void;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…