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

Method IsEmpty

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

Source from the content-addressed store, hash-verified

27 DelPub(ctx context.Context, key string) error
28 SetEmpty(ctx context.Context, key string) error
29 IsEmpty(ctx context.Context, key string) (bool, error)
30}
31
32type postCache struct {

Callers

nothing calls this directly

Implementers 1

postCacheinternal/repository/cache/post.go

Calls

no outgoing calls

Tested by

no test coverage detected