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

Method render

packages/common/interfaces/http/http-server.interface.ts:71–71  ·  view source on GitHub ↗
(response: any, view: string, options: any)

Source from the content-addressed store, hash-verified

69 status(response: any, statusCode: number): any;
70 end(response: any, message?: string): any;
71 render(response: any, view: string, options: any): any;
72 redirect(response: any, statusCode: number, url: string): any;
73 isHeadersSent(response: any): boolean;
74 setHeader(response: any, name: string, value: string): any;

Callers 5

renderMethod · 0.65
renderMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected