Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NazaraEngine/NazaraEngine
/ GetCapacity
Method
GetCapacity
src/Nazara/Core/String.cpp:2092–2095 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2090
*/
2091
2092
std::size_t String::GetCapacity() const
2093
{
2094
return m_sharedString->capacity;
2095
}
2096
2097
/*!
2098
* \brief Gets the index where a character begin
Callers
3
ByteArray.cpp
File · 0.80
String.cpp
File · 0.80
SECTION
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected