MCPcopy 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
398func moduleStart(c *container.C) error {
399 return c.Lifetime.StartAll()
400}
401
402func moduleStop(c *container.C, earlyStop bool) error {
403 if earlyStop {

Callers 2

moduleMainFunction · 0.85
moduleReloadFunction · 0.85

Calls 1

StartAllMethod · 0.80

Tested by

no test coverage detected