* Check if the API key has at least one key. * @return True if there is at least one key present, false otherwise. */
| 48 | * @return True if there is at least one key present, false otherwise. |
| 49 | */ |
| 50 | bool has_key() { |
| 51 | return !api_keys_.empty(); |
| 52 | } |
| 53 | |
| 54 | /** |
| 55 | * Get the first API key from api_keys. |
no test coverage detected