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

Method String

internal/storage/imapsql/delivery.go:49–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47}
48
49func (d *delivery) String() string {
50 return d.store.Name() + ":" + d.store.InstanceName()
51}
52
53func userDoesNotExist(actual error) error {
54 return &exterrors.SMTPError{

Callers 5

ConfigureMethod · 0.45
TestFSFunction · 0.45
ConfigureMethod · 0.45
ConfigureMethod · 0.45
TestMainFunction · 0.45

Calls 2

NameMethod · 0.65
InstanceNameMethod · 0.65

Tested by 2

TestFSFunction · 0.36
TestMainFunction · 0.36