MCPcopy
hub / github.com/kenberkeley/react-demo / checkLogin

Method checkLogin

src/services/userService.js:8–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6class UserService {
7
8 checkLogin () {
9 return xhr({ url: '/user' })
10 }
11
12 /**
13 * @param {Object} userData

Callers 2

componentWillMountFunction · 0.80
checkLoginFunction · 0.80

Calls 1

xhrFunction · 0.85

Tested by

no test coverage detected