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

Method Stop

service/control/module.go:71–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69}
70
71func (c *Control) Stop() error {
72 c.locker.Lock()
73 defer c.locker.Unlock()
74 c.stopResumeWorker()
75
76 return nil
77}
78
79func (c *Control) prep() error {
80 return c.registerAPIEndpoints()

Callers

nothing calls this directly

Calls 3

stopResumeWorkerMethod · 0.95
LockMethod · 0.65
UnlockMethod · 0.65

Tested by

no test coverage detected