Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoSimplicity/LinkMe
/ genEmailKey
Function
genEmailKey
internal/repository/cache/email.go:33–35 ·
view source on GitHub ↗
(email string)
Source
from the content-addressed store, hash-verified
31
}
32
33
func
genEmailKey(email string) string {
34
return
fmt.Sprintf(
"linkme:email:%s"
, email)
35
}
Callers
2
GetVCode
Method · 0.85
StoreVCode
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected