Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
38
func
(u *Compat) Start() error {
39
return
start()
40
}
41
42
// Stop stops the module.
43
func
(u *Compat) Stop() error {
Callers
nothing calls this directly
Calls
1
start
Function · 0.70
Tested by
no test coverage detected