()
| 399 | } |
| 400 | |
| 401 | public CardDb getVariantCards() { |
| 402 | return variantCards; |
| 403 | } |
| 404 | |
| 405 | public Map<String, CardDb> getAvailableDatabases(){ |
| 406 | Map<String, CardDb> databases = new LinkedHashMap<>(); // to process dbs in this exact order |
no outgoing calls
no test coverage detected