MCPcopy 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
310export class NotFoundHandler extends Handler {
311 prepare() { throw new NotFoundError(this.request.path); }
312 all() { }
313}
314

Callers 1

handleWSMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected