Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NazaraEngine/NazaraEngine
/ GetBuffer
Method
GetBuffer
src/Nazara/Core/String.cpp:2080–2085 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2078
*/
2079
2080
char* String::GetBuffer()
2081
{
2082
EnsureOwnership();
2083
2084
return m_sharedString->string.get();
2085
}
2086
2087
/*!
2088
* \brief Gets the capacity of the string
Callers
2
Unserialize
Function · 0.45
WriteBlock
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected