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

Method Apply

internal/cli/extflag.go:14–17  ·  view source on GitHub ↗
(fs *flag.FlagSet)

Source from the content-addressed store, hash-verified

12}
13
14func (e *extFlag) Apply(fs *flag.FlagSet) error {
15 fs.Var(e.f.Value, e.f.Name, e.f.Usage)
16 return nil
17}
18
19func (e *extFlag) Names() []string {
20 return []string{e.f.Name}

Callers 11

applyResultsMethod · 0.45
CheckConnectionMethod · 0.45
CheckSenderMethod · 0.45
CheckRcptMethod · 0.45
CheckBodyMethod · 0.45
spfResultMethod · 0.45
CheckBodyMethod · 0.45
errorResMethod · 0.45
CheckBodyMethod · 0.45
authzSenderMethod · 0.45
CheckBodyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected