Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alephdata/aleph
/ selectSession
Function
selectSession
ui/src/selectors.js:157–159 ·
view source on GitHub ↗
(state)
Source
from the content-addressed store, hash-verified
155
}
156
157
export
function
selectSession(state) {
158
return
selectObject(state, state,
'session'
);
159
}
160
161
export
function
selectCurrentRoleId(state) {
162
const
session = selectSession(state);
Callers
14
mapStateToProps
Function · 0.90
mapStateToProps
Function · 0.90
mapStateToProps
Function · 0.90
mapStateToProps
Function · 0.90
mapStateToProps
Function · 0.90
mapStateToProps
Function · 0.90
mapStateToProps
Function · 0.90
mapStateToProps
Function · 0.90
mapStateToProps
Function · 0.90
mapStateToProps
Function · 0.90
mapStateToProps
Function · 0.90
mapStateToProps
Function · 0.90
Calls
1
selectObject
Function · 0.85
Tested by
no test coverage detected