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

Method isEmpty

valdi_core/src/valdi_core/cpp/Utils/StringBox.cpp:161–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161bool StringBox::isEmpty() const noexcept {
162 return _internedString == nullptr || _internedString->length() == 0;
163}
164
165size_t StringBox::length() const noexcept {
166 return _internedString != nullptr ? _internedString->length() : 0;

Callers

nothing calls this directly

Calls 1

lengthMethod · 0.45

Tested by

no test coverage detected