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

Method c_str

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

Source from the content-addressed store, hash-verified

243
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() {

Callers 15

getOperateOptMethod · 0.45
resolveAtMethod · 0.45
visitMethod · 0.45
matchXpathSelectorMethod · 0.45
createFromXmlMethod · 0.45
recursiveToXMLMethod · 0.45
setTextMethod · 0.45
DeviceOperateWrapperMethod · 0.45
toStringMethod · 0.45
XpathMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected