Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/foxcpp/maddy
/ init
Function
init
internal/testutils/modifier.go:119–123 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
117
}
118
119
func
init() {
120
modules.Register(
"test_modifier"
,
func
(_ *container.C, _, _ string) (module.Module, error) {
121
return
&Modifier{}, nil
122
})
123
}
Callers
nothing calls this directly
Calls
1
Register
Function · 0.92
Tested by
no test coverage detected