Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NazaraEngine/NazaraEngine
/ GetConstBuffer
Method
GetConstBuffer
src/Nazara/Core/String.cpp:2139–2142 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2137
*/
2138
2139
const char* String::GetConstBuffer() const
2140
{
2141
return m_sharedString->string.get();
2142
}
2143
2144
/*!
2145
* \brief Gets the length of the string
Callers
15
SetSource
Method · 0.80
GetEntry
Method · 0.80
Create
Method · 0.80
GetUniformLocation
Method · 0.80
LoadFromBinary
Method · 0.80
ReceivePacket
Method · 0.80
GetAddressInfo
Function · 0.80
GetAddressInfo
Function · 0.80
GetEntry
Method · 0.80
OpenDevice
Method · 0.80
ArgCheck
Method · 0.80
ArgError
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected