MCPcopy
hub / github.com/nestjs/nest / render

Method render

packages/platform-express/adapters/express-adapter.ts:142–144  ·  view source on GitHub ↗
(response: any, view: string, options: any)

Source from the content-addressed store, hash-verified

140 }
141
142 public render(response: any, view: string, options: any) {
143 return response.render(view, options);
144 }
145
146 public redirect(response: any, statusCode: number, url: string) {
147 return response.redirect(statusCode, url);

Callers

nothing calls this directly

Calls 1

renderMethod · 0.65

Tested by

no test coverage detected