MCPcopy 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

doInitFunction · 0.80
doRefreshCurrentUserFunction · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected