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

Function deleteProject

test/helpers/helperFunctions.js:34–43  ·  view source on GitHub ↗
(project, github)

Source from the content-addressed store, hash-verified

32}
33
34export function deleteProject(project, github) {
35 return github
36 .getProject(project.id)
37 .deleteProject()
38 .then((removed) => {
39 if (removed) {
40 console.log('project', project.name, 'deleted'); //eslint-disable-line
41 }
42 });
43}

Callers

nothing calls this directly

Calls 2

deleteProjectMethod · 0.80
getProjectMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…