MCPcopy Create free account
hub / github.com/Grashjs/cmms / create

Method create

api/src/main/java/com/grash/service/TeamService.java:53–58  ·  view source on GitHub ↗
(Team team)

Source from the content-addressed store, hash-verified

51 }
52
53 @Transactional
54 public Team create(Team team) {
55 Team savedTeam = teamRepository.saveAndFlush(team);
56 em.refresh(savedTeam);
57 return savedTeam;
58 }
59
60 @Transactional
61 public Team update(Long id, TeamPatchDTO team) {

Callers 15

ScrollbarFunction · 0.45
index.tsxFile · 0.45
axios.tsFile · 0.45
SidebarFooterFunction · 0.45
index.tsxFile · 0.45
HeaderNotificationsFunction · 0.45
ChatFunction · 0.45
index.tsxFile · 0.45
HeaderMenuFunction · 0.45
index.tsxFile · 0.45
index.tsxFile · 0.45

Calls 1

refreshMethod · 0.45

Tested by

no test coverage detected