Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ Begin
Method
Begin
lib/base/string.cpp:273–276 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
271
}
272
273
String::Iterator String::Begin()
274
{
275
return m_Data.begin();
276
}
277
278
String::ConstIterator String::Begin() const
279
{
Callers
2
begin
Method · 0.45
range_begin
Method · 0.45
Calls
1
begin
Method · 0.45
Tested by
no test coverage detected