MCPcopy Index your code
hub / github.com/coder/coder / Reset

Method Reset

coderd/notifications/dispatch/smtptest/server.go:70–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68}
69
70func (b *Backend) Reset() {
71 b.mu.Lock()
72 defer b.mu.Unlock()
73 b.lastMsg = nil
74}
75
76type Session struct {
77 conn *smtp.Conn

Callers 1

TestSMTPFunction · 0.95

Calls 2

LockMethod · 0.45
UnlockMethod · 0.45

Tested by 1

TestSMTPFunction · 0.76