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

Method ForceGet

internal/repository/cache/local.go:21–21  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

19 Set(ctx context.Context, posts []domain.Post) error
20 Get(ctx context.Context) ([]domain.Post, error)
21 ForceGet(ctx context.Context) ([]domain.Post, error)
22}
23
24type rankingLocalCache struct {

Callers 1

GetTopNMethod · 0.65

Implementers 1

rankingLocalCacheinternal/repository/cache/local.go

Calls

no outgoing calls

Tested by

no test coverage detected