MCPcopy Index your code
hub / github.com/nodejs/node / create

Method create

deps/npm/lib/commands/team.js:67–79  ·  view source on GitHub ↗
(entity, opts)

Source from the content-addressed store, hash-verified

65 }
66
67 async create (entity, opts) {
68 await libteam.create(entity, opts)
69 if (opts.json) {
70 output.buffer({
71 created: true,
72 team: entity,
73 })
74 } else if (opts.parseable) {
75 output.standard(`${entity}\tcreated`)
76 } else if (!this.npm.silent) {
77 output.standard(`+@${entity}`)
78 }
79 }
80
81 async destroy (entity, opts) {
82 await libteam.destroy(entity, opts)

Callers 15

execMethod · 0.95
checkDomainsFunction · 0.45
testTimerFunction · 0.45
testFunction · 0.45
test1Function · 0.45
test2Function · 0.45
test3Function · 0.45
test4Function · 0.45
test5Function · 0.45
test6Function · 0.45

Calls 1

bufferMethod · 0.45

Tested by 11

testFunction · 0.36
testFunction · 0.36
testFunction · 0.36
testFunction · 0.36
testFunction · 0.36
testFunction · 0.36
testFunction · 0.36
testFunction · 0.36
testFunction · 0.36
testFunction · 0.36
testFunction · 0.36