MCPcopy 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

handleMouseUpFunction · 0.45
deleteConnectionMethod · 0.45

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected