MCPcopy Create free account
hub / github.com/CodeFox-Repo/codefox / getProject

Method getProject

backend/src/project/project.resolver.ts:41–43  ·  view source on GitHub ↗
(@Args('projectId') projectId: string)

Source from the content-addressed store, hash-verified

39 @Query(() => [Project])
40 @JWTAuth()
41 async getUserProjects(
42 @GetUserIdFromToken() userId: string,
43 ): Promise<Project[]> {
44 return this.projectService.getProjectsByUser(userId);
45 }
46

Callers

nothing calls this directly

Calls 1

getProjectByIdMethod · 0.80

Tested by

no test coverage detected