Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/coder/mux
/ onError
Function
onError
src/node/orpc/server.test.ts:34–37 ·
view source on GitHub ↗
(error: Error)
Source
from the content-addressed store, hash-verified
32
};
33
34
const
onError = (error: Error) => {
35
cleanup();
36
reject(error);
37
};
38
39
const
onClose = () => {
40
cleanup();
Callers
2
loadServices
Function · 0.90
createOrpcServer
Function · 0.90
Calls
3
reject
Function · 0.85
cleanup
Function · 0.70
resolve
Function · 0.50
Tested by
no test coverage detected