MCPcopy Create free account
hub / github.com/Snapchat/Valdi / hasSuffix

Method hasSuffix

valdi_core/src/valdi_core/cpp/Utils/StringBox.cpp:200–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200bool StringBox::hasSuffix(const char* suffix) const noexcept {
201 return Valdi::hasSuffix(toStringView(), suffix);
202}
203
204bool StringBox::hasSuffix(const StringBox& suffix) const noexcept {
205 return Valdi::hasSuffix(toStringView(), suffix.getCStr());

Callers 8

parseMethod · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
updateResourcesMethod · 0.80
getAllJsPathsMethod · 0.80
populateSourceMapMethod · 0.80
cleanFunctionNameFunction · 0.80

Calls 2

hasSuffixFunction · 0.85
getCStrMethod · 0.45

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64