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

Method Count

internal/repository/sms.go:29–29  ·  view source on GitHub ↗
(ctx context.Context, number string)

Source from the content-addressed store, hash-verified

27 StoreVCode(ctx context.Context, smsID, number string, vCode string) error
28 Exist(ctx context.Context, number string) bool
29 Count(ctx context.Context, number string) int
30 IncrCnt(ctx context.Context, number string) error
31 ReleaseLock(ctx context.Context, number string) error
32 SendCode(ctx context.Context, number string) error

Callers 2

CountMethod · 0.65
SendCodeMethod · 0.65

Implementers 1

smsRepositoryinternal/repository/sms.go

Calls

no outgoing calls

Tested by

no test coverage detected