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

Method Close

internal/dmarc/verifier.go:73–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71}
72
73func (v *Verifier) Close() error {
74 if v.fetchCancel != nil {
75 v.fetchCancel()
76 }
77 return nil
78}
79
80// FetchRecord prepares the Verifier by starting the policy lookup. Lookup is
81// performed asynchronously to improve performance.

Callers 1

TestDMARCFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestDMARCFunction · 0.76