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

Function markToBeRemoved

lib/models/blueprint.js:1622–1624  ·  view source on GitHub ↗

@private @method markToBeRemoved @param {FileInfo} info

(info)

Source from the content-addressed store, hash-verified

1620 @param {FileInfo} info
1621*/
1622function markToBeRemoved(info) {
1623 info.action = 'remove';
1624}
1625
1626/**
1627 @private

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…