Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
425
function
notFound(res) {
426
res.writeHead(404, {
"Content-Type"
:
"text/plain; charset=utf-8"
});
427
res.end(
"Not Found"
);
428
}
429
430
function
isMountedPath(urlPath, basePath) {
431
return
(
Callers
1
handleStatic
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected