Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ range_end
Method
range_end
lib/base/string.cpp:456–459 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
454
}
455
456
String::Iterator icinga::range_end(String& x)
457
{
458
return x.End();
459
}
460
461
String::ConstIterator icinga::range_end(const String& x)
462
{
Callers
nothing calls this directly
Calls
1
End
Method · 0.45
Tested by
no test coverage detected