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

Method getModuleVersions

src/main/java/core/service/ModuleService.java:27–30  ·  view source on GitHub ↗
(Module module)

Source from the content-addressed store, hash-verified

25 }
26
27 public TreeSet<ArtifactVersion> getModuleVersions(Module module) throws Exception {
28 Module fetchedModule = getModule(module.getId());
29 return fetchedModule.getVersions();
30 }
31
32 public Module increaseDownloadCounter(Module module) throws Exception {
33 return tapirRepository.increaseDownloadCounter(module);

Callers 1

Calls 3

getModuleMethod · 0.95
getVersionsMethod · 0.95
getIdMethod · 0.45

Tested by

no test coverage detected