MCPcopy Create free account
hub / github.com/dzcode-io/dzcode.io / getContributions

Method getContributions

api/src/team/controller.ts:15–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 @OpenAPI({ summary: "Return a list of contributors for all listed projects in dzcode.io" })
14 @ResponseSchema(GetTeamResponseDto)
15 public async getContributions(): Promise<GetTeamResponseDto> {
16 const contributors = await this.teamRepository.find();
17
18 return {
19 contributors,
20 };
21 }
22}

Callers

nothing calls this directly

Calls 1

findMethod · 0.45

Tested by

no test coverage detected