MCPcopy
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.
694func (i *Instance) Start() error {
695 return i.serviceGroup.Start()
696}
697
698// Stop stops the instance modules.
699func (i *Instance) Stop() error {

Callers 1

TestDebugFunction · 0.95

Calls 1

StartMethod · 0.65

Tested by 1

TestDebugFunction · 0.76