Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ember-cli/ember-cli
/ remove
Function
remove
lib/models/blueprint.js:366–371 ·
view source on GitHub ↗
(info)
Source
from the content-addressed store, hash-verified
364
},
365
366
remove(info) {
367
this._writeStatusToUI(chalk.red,
'remove'
, info.displayPath);
368
if
(!this.dryRun) {
369
return
cleanRemove(info);
370
}
371
},
372
},
373
374
/**
Callers
3
blueprint-test.js
File · 0.85
removeTmp
Function · 0.85
removeIgnored
Function · 0.85
Calls
1
cleanRemove
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…