Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
70
func
(b *Backend) Reset() {
71
b.mu.Lock()
72
defer
b.mu.Unlock()
73
b.lastMsg = nil
74
}
75
76
type
Session
struct
{
77
conn *smtp.Conn
Callers
1
TestSMTP
Function · 0.95
Calls
2
Lock
Method · 0.45
Unlock
Method · 0.45
Tested by
1
TestSMTP
Function · 0.76