MCPcopy Create free account
hub / github.com/catboost/catboost / str

Method str

contrib/libs/flatbuffers/include/flatbuffers/string.h:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25struct String : public Vector<char> {
26 const char *c_str() const { return reinterpret_cast<const char *>(Data()); }
27 std::string str() const { return std::string(c_str(), size()); }
28
29 // clang-format off
30 #ifdef FLATBUFFERS_HAS_STRING_VIEW

Callers 15

as_stringFunction · 0.45
as_stringFunction · 0.45
DeserializeDocFunction · 0.45
DeserializeMethod · 0.45
ToHexFunction · 0.45
GetShortUsageStringMethod · 0.45
GetUsageStringMethod · 0.45
GenerateLookupByKeyMethod · 0.45
GenerateTableCreatorMethod · 0.45

Calls 3

stringClass · 0.50
c_strFunction · 0.50
sizeFunction · 0.50

Tested by

no test coverage detected