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

Function deleteTeam

test/helpers/helperFunctions.js:23–32  ·  view source on GitHub ↗
(team, github)

Source from the content-addressed store, hash-verified

21}
22
23export function deleteTeam(team, github) {
24 return github
25 .getTeam(team.id)
26 .deleteTeam()
27 .then((removed) => {
28 if (removed) {
29 console.log('team', team.name, 'deleted'); //eslint-disable-line
30 }
31 });
32}
33
34export function deleteProject(project, github) {
35 return github

Callers

nothing calls this directly

Calls 2

deleteTeamMethod · 0.80
getTeamMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…