Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ GetLength
Method
GetLength
lib/base/string.cpp:153–156 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
151
}
152
153
String::SizeType String::GetLength() const
154
{
155
return m_Data.size();
156
}
157
158
std::string& String::GetData()
159
{
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected