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

Method getModule

src/main/java/core/backend/IRepository.java:21–21  ·  view source on GitHub ↗
(String id)

Source from the content-addressed store, hash-verified

19 PaginationDto findDeployKeys(String identifier, Integer limit, String term) throws Exception;
20
21 Module getModule(String id) throws Exception;
22
23 void ingestModuleData(Module module) throws Exception;
24

Callers 5

ingestModuleDataMethod · 0.65
getModuleVersionsMethod · 0.65
getModuleMethod · 0.65
getModuleByNameMethod · 0.65

Implementers 4

CosmosDbRepositorysrc/main/java/core/backend/azure/cosmo
DynamodbRepositorysrc/main/java/core/backend/aws/dynamod
ElasticSearchRepositorysrc/main/java/core/backend/elasticsear
TapirRepositorysrc/main/java/core/backend/TapirReposi

Calls

no outgoing calls

Tested by 3

ingestModuleDataMethod · 0.52
getModuleVersionsMethod · 0.52