@private @method markToBeRemoved @param {FileInfo} info
(info)
| 1620 | @param {FileInfo} info |
| 1621 | */ |
| 1622 | function markToBeRemoved(info) { |
| 1623 | info.action = 'remove'; |
| 1624 | } |
| 1625 | |
| 1626 | /** |
| 1627 | @private |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…