MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / length

Method length

Libs/flatbuffers/flexbuffers.h:245–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243 : Sized(data, byte_width, sz) {}
244
245 size_t length() const { return size(); }
246 const char *c_str() const { return reinterpret_cast<const char *>(data_); }
247 std::string str() const { return std::string(c_str(), size()); }
248

Callers 13

FromStringMethod · 0.80
pushMethod · 0.80
is_std_string_likeClass · 0.80
ToStringMethod · 0.80
MutateStringMethod · 0.80
StringFunction · 0.80
stl_emulation.hFile · 0.80
string_backFunction · 0.80
WordWrapFunction · 0.80
CreateStringFunction · 0.80

Calls 1

sizeFunction · 0.70

Tested by

no test coverage detected