| 80 | } |
| 81 | |
| 82 | char* PriceService::getToken() { |
| 83 | return ""; // Currently the implementation is not working, so lets disable it for al. Old code: this->config->entsoeToken; |
| 84 | } |
| 85 | |
| 86 | char* PriceService::getCurrency() { |
| 87 | return this->config->currency; |
nothing calls this directly
no outgoing calls
no test coverage detected