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

Method find

include/jwt/string_view.hpp:251–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249 size_type find(const CharT ch, size_type pos) const noexcept;
250
251 size_type find(basic_string_view sv, size_type pos = 0) const noexcept
252 {
253 return find(sv.data(), pos, sv.length());
254 }
255
256 size_type find(const CharT* str, size_type pos = 0) const noexcept
257 {

Callers

nothing calls this directly

Calls 3

findFunction · 0.85
dataMethod · 0.80
lengthMethod · 0.80

Tested by

no test coverage detected