Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ Remove
Method
Remove
lib/base/utility.cpp:712–717 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
710
}
711
712
void Utility::Remove(const String& path)
713
{
714
namespace fs = boost::filesystem;
715
716
(void)fs::remove(fs::path(path.Begin(), path.End()));
717
}
718
719
void Utility::RemoveDirRecursive(const String& path)
720
{
Callers
nothing calls this directly
Calls
2
Begin
Method · 0.45
End
Method · 0.45
Tested by
no test coverage detected