Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ c_str
Method
c_str
Engine/source/core/util/str.h:270–270 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
268
String getString() { return String(c_str(),_len); }
269
270
const char * c_str() const { return _dynamicBuffer ? _dynamicBuffer : _fixedBuffer; }
271
272
void reset()
273
{
Callers
2
data
Method · 0.45
append
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected