MCPcopy Create free account
hub / github.com/Datakitpage/Datakit / findAll

Method findAll

backend/api/src/users/users.service.ts:36–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34 }
35
36 async findAll(): Promise<User[]> {
37 return this.usersRepository.find();
38 }
39
40 async findOne(id: string): Promise<User> {
41 const user = await this.usersRepository.findOne({

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected