Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nestjs/nest
/ remove
Method
remove
integration/inspector/src/users/users.controller.ts:39–41 ·
view source on GitHub ↗
(@Param('id') id: string)
Source
from the content-addressed store, hash-verified
37
38
@Delete(
':id'
)
39
remove(@Param(
'id'
) id: string) {
40
return
this.usersService.remove(+id);
41
}
42
}
Callers
nothing calls this directly
Calls
1
Param
Function · 0.90
Tested by
no test coverage detected