MCPcopy Index your code
hub / github.com/deployd/deployd / fauxRes

Function fauxRes

test/router.unit.js:15–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13}
14
15function fauxRes() {
16 var fn = function (){};
17 return {
18 headers: {},
19 resume: fn,
20 on: fn,
21 emit: fn,
22 setHeader: fn,
23 end: fn
24 };
25}
26
27function fauxServer() {
28 return {

Callers 1

router.unit.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected