Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/socketstream/socketstream
/ fakeNext
Function
fakeNext
test/unit/request/middleware/internal.test.js:42–46 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
var
fakeReq = {};
41
var
fakeRes = {};
42
function
fakeNext() {
43
_logs = logHook.off();
44
expect(_logs).to.eql([
'\u001b[33mDebug incoming message >>\n\u001b[39m {}'
]);
45
done();
46
}
47
debugFunc(fakeReq,fakeRes,fakeNext);
48
49
});
Callers
nothing calls this directly
Calls
1
done
Function · 0.85
Tested by
no test coverage detected