MCPcopy 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

SetSourceMethod · 0.80
GetEntryMethod · 0.80
CreateMethod · 0.80
GetUniformLocationMethod · 0.80
LoadFromBinaryMethod · 0.80
ReceivePacketMethod · 0.80
GetAddressInfoFunction · 0.80
GetAddressInfoFunction · 0.80
GetEntryMethod · 0.80
OpenDeviceMethod · 0.80
ArgCheckMethod · 0.80
ArgErrorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected