MCPcopy Create free account
hub / github.com/OpenHands/OpenHands / rejectUnavailable

Function rejectUnavailable

scripts/static-server.mjs:422–425  ·  view source on GitHub ↗
(res)

Source from the content-addressed store, hash-verified

420}
421
422function rejectUnavailable(res) {
423 res.writeHead(503, { "Content-Type": "text/plain; charset=utf-8" });
424 res.end("Service Unavailable (no backend configured for this route)");
425}
426
427function notFound(res) {
428 res.writeHead(404, { "Content-Type": "text/plain; charset=utf-8" });

Callers 1

handleStaticFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected