MCPcopy Create free account
hub / github.com/GoSimplicity/LinkMe / getVCodeKey

Function getVCodeKey

internal/repository/cache/sms.go:38–40  ·  view source on GitHub ↗
(smsID, number string)

Source from the content-addressed store, hash-verified

36const CountKey = "sms:%s:%s"
37
38func getVCodeKey(smsID, number string) string {
39 return fmt.Sprintf(VCodeKey, smsID, number)
40}
41func getLockedKey(number string) string {
42 return fmt.Sprintf(LockedKey, number)
43}

Callers 2

GetVCodeMethod · 0.85
StoreVCodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected