Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/gitpoint/git-point
/ auth.type.js
File
auth.type.js
src/auth/auth.type.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ createActionSet } from
'utils'
;
2
3
export
const
CHANGE_LOCALE = createActionSet(
'CHANGE_LOCALE'
);
4
export
const
GET_AUTH_ORGS = createActionSet(
'GET_AUTH_ORGS'
);
Callers
nothing calls this directly
Calls
1
createActionSet
Function · 0.90
Tested by
no test coverage detected