MCPcopy 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
33func genEmailKey(email string) string {
34 return fmt.Sprintf("linkme:email:%s", email)
35}

Callers 2

GetVCodeMethod · 0.85
StoreVCodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected