| 48 | c.patches = [] |
| 49 | if (this.supermodel.finished()) { |
| 50 | const comparator = m => m.target.collection + ' ' + m.target.original |
| 51 | const patches = _.sortBy(((() => { |
| 52 | const result = [] |
| 53 | for (patch of Array.from(this.patches.models)) { |
nothing calls this directly
no outgoing calls
no test coverage detected