MCPcopy
hub / github.com/safing/portmaster / Start

Method Start

service/firewall/interception/module.go:28–31  ·  view source on GitHub ↗

Start starts the module.

()

Source from the content-addressed store, hash-verified

26
27// Start starts the module.
28func (i *Interception) Start() error {
29 defer func() { i.EventStartStopState.Submit(isStarted.Load()) }()
30 return start()
31}
32
33// Stop stops the module.
34func (i *Interception) Stop() error {

Callers

nothing calls this directly

Calls 3

startFunction · 0.70
LoadMethod · 0.65
SubmitMethod · 0.45

Tested by

no test coverage detected