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

Method c_str

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

Source from the content-addressed store, hash-verified

702
703struct String : public Vector<char> {
704 const char *c_str() const { return reinterpret_cast<const char *>(Data()); }
705 std::string str() const { return std::string(c_str(), size()); }
706
707 // clang-format off

Callers 3

GetCstringFunction · 0.45
CreateStringFunction · 0.45
CreateSharedStringFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected