Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nestjs/nest
/ end
Method
end
packages/platform-fastify/adapters/fastify-adapter.ts:493–495 ·
view source on GitHub ↗
(response: TReply, message?: string)
Source
from the content-addressed store, hash-verified
491
}
492
493
public end(response: TReply, message?: string) {
494
response.raw.end(message!);
495
}
496
497
public render(
498
response: TReply & { view: Function },
Callers
nothing calls this directly
Calls
1
end
Method · 0.65
Tested by
no test coverage detected