| 76 | } |
| 77 | |
| 78 | void PriceService::setTimezone(Timezone* tz) { |
| 79 | this->tz = tz; |
| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected