MCPcopy Create free account
hub / github.com/arun11299/cpp-jwt / data

Method data

include/jwt/string_view.hpp:158–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156 }
157
158 const_pointer data() const noexcept
159 {
160 return data_;
161 }
162
163 /// Modifier Member Functions
164 void remove_prefix(size_type n) noexcept

Callers 15

str_to_typeFunction · 0.80
base64_decodeMethod · 0.80
algoMethod · 0.80
typMethod · 0.80
add_headerMethod · 0.80
remove_headerMethod · 0.80
has_headerMethod · 0.80
add_claimMethod · 0.80
get_claim_valueMethod · 0.80
remove_claimMethod · 0.80
has_claim_with_valueMethod · 0.80
jwt_signatureMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected