* Check if algorithm is present ("alg") * \return true if present, false otherwise */
| 2925 | * \return true if present, false otherwise |
| 2926 | */ |
| 2927 | bool has_algorithm() const noexcept { return has_header_claim("alg"); } |
| 2928 | /** |
| 2929 | * Check if type is present ("typ") |
| 2930 | * \return true if present, false otherwise |
nothing calls this directly
no outgoing calls
no test coverage detected