MCPcopy
hub / github.com/resume/resume.github.com / github_user_orgs

Function github_user_orgs

js/githubresume.js:97–99  ·  view source on GitHub ↗
(username, callback)

Source from the content-addressed store, hash-verified

95}
96
97var github_user_orgs = function(username, callback) {
98 $.getJSON('https://api.github.com/users/' + username + '/orgs?callback=?', callback);
99}
100
101// Check to see if the user has starred the resume.github.com repo.
102//

Callers 1

runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected