Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZDoom/Raze
/ Chars
Method
Chars
source/common/utility/zstring.h:69–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
// char StrData[xxx];
68
69
char *Chars()
70
{
71
return (char *)(this + 1);
72
}
73
74
const char *Chars() const
75
{
Callers
8
LockBuffer
Method · 0.80
Remove
Method · 0.80
StripLeft
Method · 0.80
StripRight
Method · 0.80
StripLeftRight
Method · 0.80
Insert
Method · 0.80
ReallocBuffer
Method · 0.80
MakeCopy
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected