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

Method length

valdi_core/src/valdi_core/cpp/Utils/StringBox.cpp:165–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165size_t StringBox::length() const noexcept {
166 return _internedString != nullptr ? _internedString->length() : 0;
167}
168
169std::ostream& operator<<(std::ostream& os, const StringBox& d) noexcept {
170 return os << d.toStringView();

Callers 15

splitMethod · 0.95
isEmptyMethod · 0.45
joinMethod · 0.45
convertInlineFunction · 0.45
PathUtils.cppFile · 0.45
parseMethod · 0.45
toAbsolutePathMethod · 0.45
ValdiArchiveEntryMethod · 0.45
addEntryMethod · 0.45
_InternalSerializeMethod · 0.45

Calls

no outgoing calls

Tested by 7

createContentFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36
valueToStringMethod · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36