MCPcopy Create free account
hub / github.com/Snapchat/Valdi / operator==

Function operator==

valdi_core/src/valdi_core/cpp/Utils/StringBox.cpp:420–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418}
419
420bool operator==(const std::string& stdString, const Valdi::StringBox& other) noexcept {
421 return other.toStringView() == stdString;
422}
423
424StringBox StringBox::trimmed() const noexcept {
425 size_t start = 0;

Callers

nothing calls this directly

Calls 1

toStringViewMethod · 0.45

Tested by

no test coverage detected