Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axios/axios
/ getUser
Method
getUser
bin/GithubAPI.js:46–48 ·
view source on GitHub ↗
(user)
Source
from the content-addressed store, hash-verified
44
}
45
46
async
getUser(user) {
47
return
(
await
githubAxios.get(`/users/${user}`)).data;
48
}
49
50
async
isCollaborator(user) {
51
try {
Callers
1
notifyPRPublished
Method · 0.80
Calls
1
get
Method · 0.80
Tested by
no test coverage detected