MCPcopy Create free account
hub / github.com/foxcpp/maddy / init

Function init

internal/testutils/check.go:108–112  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

106}
107
108func init() {
109 modules.Register("test_check", func(_ *container.C, _, _ string) (module.Module, error) {
110 return &Check{}, nil
111 })
112}

Callers

nothing calls this directly

Calls 1

RegisterFunction · 0.92

Tested by

no test coverage detected