Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lissy93/web-check
/ errorResponse
Function
errorResponse
api/ports.js:94–96 ·
view source on GitHub ↗
(message, statusCode = 444)
Source
from the content-addressed store, hash-verified
92
};
93
94
const
errorResponse = (message, statusCode = 444) => {
95
return
{ error: message };
96
};
97
98
export
const
handler = middleware(portsHandler);
99
export
default handler;
Callers
1
portsHandler
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected