Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
StartsWith
Method · 0.95
EndsWith
Method · 0.95
Res_SerializeModel
Function · 0.45
GetRelativePath
Method · 0.45
StringView
Method · 0.45
String.cpp
File · 0.45
operator==
Method · 0.45
operator!=
Method · 0.45
Reference
Method · 0.45
CompareOrdinalIgnoreCaseHelper
Method · 0.45
CompareOrdinalHelper
Method · 0.45
Append
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected