MCPcopy Index your code
hub / github.com/foxcpp/maddy / Static

Struct Static

internal/table/static.go:30–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28)
29
30type Static struct {
31 modName string
32 instName string
33
34 m map[string][]string
35}
36
37func NewStatic(_ *container.C, modName, instName string) (module.Module, error) {
38 return &Static{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected