Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Datakitpage/Datakit
/ remove
Method
remove
backend/api/src/users/users.service.ts:73–78 ·
view source on GitHub ↗
(id: string)
Source
from the content-addressed store, hash-verified
71
}
72
73
async
remove(id: string): Promise<void> {
74
const
result =
await
this.usersRepository.delete(id);
75
if
(result.affected === 0) {
76
throw
new
NotFoundException(
'User not found'
);
77
}
78
}
79
}
Callers
2
handleMouseUp
Function · 0.45
deleteConnection
Method · 0.45
Calls
1
delete
Method · 0.45
Tested by
no test coverage detected