MCPcopy Create free account
hub / github.com/PacoVK/tapir / getModule

Method getModule

src/main/java/core/service/ModuleService.java:19–21  ·  view source on GitHub ↗
(String id)

Source from the content-addressed store, hash-verified

17 }
18
19 public Module getModule(String id) throws Exception {
20 return tapirRepository.getModule(id);
21 }
22
23 public PaginationDto getModules(String identifier, Integer limit, String terms) throws Exception {
24 return tapirRepository.findModules(identifier, limit, terms);

Callers 1

getModuleVersionsMethod · 0.95

Calls 1

getModuleMethod · 0.65

Tested by

no test coverage detected