()
| 153 | |
| 154 | var proxy = new EventProxy(); |
| 155 | var render = function () { |
| 156 | res.redirect('/topic/' + topic._id); |
| 157 | }; |
| 158 | |
| 159 | proxy.assign('tags_saved', 'score_saved', render); |
| 160 | proxy.fail(next); |
nothing calls this directly
no outgoing calls
no test coverage detected