MCPcopy Index your code
hub / github.com/github-tools/github / getUser

Method getUser

lib/GitHub.js:50–52  ·  view source on GitHub ↗

* Create a new User wrapper * @param {string} [user] - the name of the user to get information about * leave undefined for the authenticated user * @return {User}

(user)

Source from the content-addressed store, hash-verified

48 * @return {User}
49 */
50 getUser(user) {
51 return new User(user, this.__auth, this.__apiBase);
52 }
53
54 /**
55 * Create a new Organization wrapper

Callers 7

auth.spec.jsFile · 0.80
project.spec.jsFile · 0.80
error.spec.jsFile · 0.80
user.spec.jsFile · 0.80
repository.spec.jsFile · 0.80
issue.spec.jsFile · 0.80
record.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected