MCPcopy
hub / github.com/chartbrew/chartbrew / findAll

Method findAll

server/controllers/TeamController.js:17–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15 }
16
17 findAll() {
18 return db.Team.findAll()
19 .then((teams) => {
20 return Promise.resolve(teams);
21 })
22 .catch((error) => {
23 return Promise.reject(error);
24 });
25 }
26
27 // create a new team
28 async createTeam(data, userId) {

Callers 15

index.jsFile · 0.45
getOrchestrationFunction · 0.45
getConversationsFunction · 0.45
getConversationFunction · 0.45
getAiUsageFunction · 0.45
getByChartIdFunction · 0.45
getByCdcIdFunction · 0.45
deleteTeamMethod · 0.45
transferOwnershipMethod · 0.45
getAllTeamRolesMethod · 0.45
getTeamMembersIdMethod · 0.45
isUserInTeamMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected