Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nestjs/nest
/ end
Method
end
packages/platform-express/adapters/express-adapter.ts:138–140 ·
view source on GitHub ↗
(response: any, message?: string)
Source
from the content-addressed store, hash-verified
136
}
137
138
public end(response: any, message?: string) {
139
return
response.end(message);
140
}
141
142
public render(response: any, view: string, options: any) {
143
return
response.render(view, options);
Callers
nothing calls this directly
Calls
1
end
Method · 0.65
Tested by
no test coverage detected