Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ingestModuleData
Method · 0.65
increaseDownloadCounter
Method · 0.65
getModuleVersions
Method · 0.65
getModule
Method · 0.65
getModuleByName
Method · 0.65
Implementers
4
CosmosDbRepository
src/main/java/core/backend/azure/cosmo
DynamodbRepository
src/main/java/core/backend/aws/dynamod
ElasticSearchRepository
src/main/java/core/backend/elasticsear
TapirRepository
src/main/java/core/backend/TapirReposi
Calls
no outgoing calls
Tested by
3
ingestModuleData
Method · 0.52
increaseDownloadCounter
Method · 0.52
getModuleVersions
Method · 0.52