MCPcopy
hub / github.com/nestjs/nest / find

Method find

integration/repl/src/users/users.repository.ts:5–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3@Injectable()
4export class UsersRepository {
5 async find() {
6 return [{ id: 1, email: 'test@nestjs.com' }];
7 }
8}

Callers 15

getMethod · 0.45
getByIdMethod · 0.45
getMethod · 0.45
getProviderByIdMethod · 0.45
getControllerByIdMethod · 0.45
getInjectableByIdMethod · 0.45
getMiddlewareByIdMethod · 0.45
getMethod · 0.45
handlerFunction · 0.45

Calls

no outgoing calls

Tested by 1

handlerFunction · 0.36