Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
6
class
UserService {
7
8
checkLogin () {
9
return
xhr({ url:
'/user'
})
10
}
11
12
/**
13
* @param {Object} userData
Callers
2
componentWillMount
Function · 0.80
checkLogin
Function · 0.80
Calls
1
xhr
Function · 0.85
Tested by
no test coverage detected