MCPcopy Create free account
hub / github.com/NodeBB-Community/nodebb-plugin-recent-cards / testRenderExternal

Function testRenderExternal

library.js:249–253  ·  view source on GitHub ↗
(req, res)

Source from the content-addressed store, hash-verified

247}
248
249function testRenderExternal(req, res) {
250 res.render('admin/plugins/nodebb-plugin-recent-cards/tests/external', {
251 forumURL: nconf.get('url'),
252 });
253}
254
255async function renderAdmin(req, res) {
256 res.render('admin/plugins/recentcards', {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected