Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/safing/portmaster
/ Start
Method
Start
service/instance.go:694–696 ·
view source on GitHub ↗
Start starts the instance modules.
()
Source
from the content-addressed store, hash-verified
692
693
// Start starts the instance modules.
694
func
(i *Instance) Start() error {
695
return
i.serviceGroup.Start()
696
}
697
698
// Stop stops the instance modules.
699
func
(i *Instance) Stop() error {
Callers
1
TestDebug
Function · 0.95
Calls
1
Start
Method · 0.65
Tested by
1
TestDebug
Function · 0.76