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