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

Function notFound

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

Source from the content-addressed store, hash-verified

423}
424
425function notFound(res) {
426 res.writeHead(404, { "Content-Type": "text/plain; charset=utf-8" });
427 res.end("Not Found");
428}
429
430function isMountedPath(urlPath, basePath) {
431 return (

Callers 1

handleStaticFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected