Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/hydro-dev/Hydro
/ all
Method
all
framework/framework/server.ts:312–312 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
310
export
class
NotFoundHandler extends Handler {
311
prepare() { throw
new
NotFoundError(this.request.path); }
312
all() { }
313
}
314
315
export
interface
LayerEntry {
Callers
1
register
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected