MCPcopy Create free account
hub / github.com/ember-cli/ember-cli / destroy

Function destroy

tests/acceptance/destroy-test.js:47–50  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

45 }
46
47 function destroy(args) {
48 let destroyArgs = ['destroy'].concat(args);
49 return ember(destroyArgs);
50 }
51
52 function assertFilesExist(files) {
53 files.forEach(function (f) {

Callers 2

destroy-test.jsFile · 0.70

Calls 1

emberFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…