Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/3rdparty/libprocess
/ install
Function
install
src/process.cpp:944–949 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
942
namespace firewall {
943
944
void install(vector<Owned<FirewallRule>>&& rules)
945
{
946
process::initialize();
947
948
process_manager->installFirewall(std::move(rules));
949
}
950
951
} // namespace firewall {
952
Callers
10
SUPERVISOR
Method · 0.85
initialize
Method · 0.85
initialize
Method · 0.85
HandlersProcess
Method · 0.85
DelegateeProcess
Method · 0.85
RemoteProcess
Method · 0.85
initialize
Method · 0.85
TEST_F
Function · 0.85
initialize
Method · 0.85
install
Method · 0.85
Calls
2
installFirewall
Method · 0.80
initialize
Function · 0.70
Tested by
7
initialize
Method · 0.68
initialize
Method · 0.68
HandlersProcess
Method · 0.68
DelegateeProcess
Method · 0.68
RemoteProcess
Method · 0.68
initialize
Method · 0.68
TEST_F
Function · 0.68