Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ erase
Method
erase
lib/base/string.cpp:268–271 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
266
}
267
268
String::Iterator String::erase(String::Iterator first, String::Iterator last)
269
{
270
return m_Data.erase(first, last);
271
}
272
273
String::Iterator String::Begin()
274
{
Callers
15
ScriptFrameCleanupHandler
Function · 0.45
UpdateObjectAuthority
Method · 0.45
RemoveAnonymousClient
Method · 0.45
RemoveHttpClient
Method · 0.45
RemoveActivePackageStage
Method · 0.45
~ObjectNameLock
Method · 0.45
RemoveClient
Method · 0.45
RemoveClient
Method · 0.45
~EventsInbox
Method · 0.45
Unsubscribe
Method · 0.45
Resume
Method · 0.45
CheckThreadProc
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected