Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nowork-studio/NotFair
/ http401
Function
http401
notfair-cmo/src/server/mcp/rpc.test.ts:38–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
36
}
37
38
function
http401(): Response {
39
return
new
Response(
"unauthorized"
, { status: 401 });
40
}
41
42
beforeEach(() => {
43
testDb =
new
Database(
":memory:"
);
Callers
1
rpc.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected