Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/foxcpp/maddy
/ moduleStart
Function
moduleStart
maddy.go:398–400 ·
view source on GitHub ↗
(c *container.C)
Source
from the content-addressed store, hash-verified
396
}
397
398
func
moduleStart(c *container.C) error {
399
return
c.Lifetime.StartAll()
400
}
401
402
func
moduleStop(c *container.C, earlyStop bool) error {
403
if
earlyStop {
Callers
2
moduleMain
Function · 0.85
moduleReload
Function · 0.85
Calls
1
StartAll
Method · 0.80
Tested by
no test coverage detected