MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / str

Method str

native/thirdpart/flatbuffers/flexbuffers.h:246–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244 size_t length() const { return size(); }
245 const char *c_str() const { return reinterpret_cast<const char *>(data_); }
246 std::string str() const { return std::string(c_str(), size()); }
247
248 static String EmptyString() {
249 static const char *empty_string = "";

Callers 15

toStringMethod · 0.45
to_stringFunction · 0.45
getRandomCharsFunction · 0.45
toStringMethod · 0.45
toXPathMethod · 0.45
DeserializeDocFunction · 0.45
DeserializeMethod · 0.45
DeserializeAttributesMethod · 0.45
GetUsageStringMethod · 0.45
ClearMethod · 0.45
ToStringMethod · 0.45
string>Method · 0.45

Calls 1

sizeFunction · 0.85

Tested by

no test coverage detected