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

Method c_str

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

Source from the content-addressed store, hash-verified

627
628struct String : public Vector<char> {
629 const char *c_str() const { return reinterpret_cast<const char *>(Data()); }
630 std::string str() const { return std::string(c_str(), size()); }
631
632 // clang-format off

Callers 3

GetCstringFunction · 0.45
CreateStringFunction · 0.45
CreateSharedStringFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected