MCPcopy Create free account
hub / github.com/restify/node-restify / join

Function join

test/response.test.js:77–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75
76// helper for joining array into strings
77function join() {
78 var args = [].slice.call(arguments, 0);
79 return args.join('');
80}
81
82test('redirect to new string url as-is', function(t) {
83 SERVER.get('/1', function(req, res, next) {

Callers 1

response.test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected