Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
15
function
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
27
function
fauxServer() {
28
return
{
Callers
1
router.unit.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected