MCPcopy Index your code
hub / github.com/ember-cli/ember-cli / removeTmp

Function removeTmp

tests/acceptance/init-test.js:122–126  ·  view source on GitHub ↗
(array)

Source from the content-addressed store, hash-verified

120 }
121
122 function removeTmp(array) {
123 remove(array, function (entry) {
124 return /^tmp[\\/]$/.test(entry);
125 });
126 }
127 function removeIgnored(array) {
128 remove(array, function (fn) {
129 return Blueprint.ignoredFiles.some(function (ignoredFile) {

Callers 2

confirmBlueprintedFunction · 0.85
confirmGlobBlueprintedFunction · 0.85

Calls 1

removeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…