MCPcopy Create free account
hub / github.com/beefytech/Beef / GetPtr

Method GetPtr

BeefySysLib/util/String.h:898–901  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

896 }
897
898 const char* GetPtr() const
899 {
900 return ((mAllocSizeAndFlags & StrPtrFlag) != 0) ? this->mPtr : (char*)&this->mPtr;
901 }
902
903 const char* c_str() const
904 {

Callers 15

StartsWithMethod · 0.95
EndsWithMethod · 0.95
Res_SerializeModelFunction · 0.45
GetRelativePathMethod · 0.45
StringViewMethod · 0.45
String.cppFile · 0.45
operator==Method · 0.45
operator!=Method · 0.45
ReferenceMethod · 0.45
CompareOrdinalHelperMethod · 0.45
AppendMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected