MCPcopy 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
153String::SizeType String::GetLength() const
154{
155 return m_Data.size();
156}
157
158std::string& String::GetData()
159{

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected