Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vercel/hyper
/ InitAction
Interface
InitAction
lib/constants/index.ts:3–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
export
const
INIT =
'INIT'
;
2
3
export
interface
InitAction {
4
type
: typeof INIT;
5
}
6
7
export
type
InitActions = InitAction;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected