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

Method str

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

Source from the content-addressed store, hash-verified

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

Callers 15

GetHResultDescriptionFunction · 0.45
LoadAAShadersMethod · 0.45
HandleExceptionFunction · 0.45
InitializeInputFunction · 0.45
UnPackToMethod · 0.45
EnumerateLegacyTracksFunction · 0.45
ParseLuaFunction · 0.45
ParseEffectsFunction · 0.45
ParseLevelFunction · 0.45
LoadHeaderMethod · 0.45
GetTimestampStringFunction · 0.45
ToStringMethod · 0.45

Calls 2

c_strFunction · 0.85
sizeFunction · 0.70

Tested by

no test coverage detected