* Returns the result with affected file
(state, result, affected)
| 120514 | * Returns the result with affected file |
| 120515 | */ |
| 120516 | function toAffectedFileResult(state, result, affected) { |
| 120517 | doneWithAffectedFile(state, affected); |
| 120518 | return { result: result, affected: affected }; |
| 120519 | } |
| 120520 | /** |
| 120521 | * Returns the result with affected file |
| 120522 | */ |
no test coverage detected