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

Method Start

service/compat/module.go:38–40  ·  view source on GitHub ↗

Start starts the module.

()

Source from the content-addressed store, hash-verified

36
37// Start starts the module.
38func (u *Compat) Start() error {
39 return start()
40}
41
42// Stop stops the module.
43func (u *Compat) Stop() error {

Callers

nothing calls this directly

Calls 1

startFunction · 0.70

Tested by

no test coverage detected