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

Method back

include/jwt/string_view.hpp:153–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151 }
152
153 const_reference back() const noexcept
154 {
155 return data_[len_ - 1];
156 }
157
158 const_pointer data() const noexcept
159 {

Callers 15

start_objectMethod · 0.80
keyMethod · 0.80
start_arrayMethod · 0.80
json_sax_dom_parserClass · 0.80
start_objectMethod · 0.80
keyMethod · 0.80
end_objectMethod · 0.80
start_arrayMethod · 0.80
end_arrayMethod · 0.80
handle_valueMethod · 0.80
sax_parse_internalMethod · 0.80
json_pointerClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected