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

Method getOrganization

lib/GitHub.js:59–61  ·  view source on GitHub ↗

* Create a new Organization wrapper * @param {string} organization - the name of the organization * @return {Organization}

(organization)

Source from the content-addressed store, hash-verified

57 * @return {Organization}
58 */
59 getOrganization(organization) {
60 return new Organization(organization, this.__auth, this.__apiBase);
61 }
62
63 /**
64 * create a new Team wrapper

Callers 3

createTestTeamFunction · 0.80
team.spec.jsFile · 0.80

Calls

no outgoing calls

Tested by 1

createTestTeamFunction · 0.64