MCPcopy Index your code
hub / github.com/cnodejs/nodeclub / render

Function render

controllers/topic.js:155–157  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected