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

Struct Chain

internal/table/chain.go:31–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29)
30
31type Chain struct {
32 modName string
33 instName string
34
35 chain []module.Table
36 optional []bool
37}
38
39func NewChain(_ *container.C, modName, instName string) (module.Module, error) {
40 return &Chain{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected