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

Method getProject

lib/GitHub.js:122–124  ·  view source on GitHub ↗

* Create a new Project wrapper * @param {string} id - the id of the project * @return {Project}

(id)

Source from the content-addressed store, hash-verified

120 * @return {Project}
121 */
122 getProject(id) {
123 return new Project(id, this.__auth, this.__apiBase);
124 }
125
126 /**
127 * Computes the full repository name

Callers 3

project.spec.jsFile · 0.45
deleteProjectFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected