Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/linuxfoundation/crowd.dev
/ fetchMe
Method
fetchMe
frontend/src/modules/auth/auth-service.js:74–76 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
72
}
73
74
static fetchMe() {
75
return
authAxios.get(
'/auth/me'
).then((response) => response.data);
76
}
77
78
static signout() {
79
AuthToken.set(null, true);
Callers
4
doInit
Function · 0.80
doRegisterEmailAndPassword
Function · 0.80
doSigninWithEmailAndPassword
Function · 0.80
doRefreshCurrentUser
Function · 0.80
Calls
1
get
Method · 0.65
Tested by
no test coverage detected