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

Method emptyKey

internal/repository/cache/post.go:472–474  ·  view source on GitHub ↗
(key string)

Source from the content-addressed store, hash-verified

470}
471
472func (c *postCache) emptyKey(key string) string {
473 return c.emptyPrefix + key
474}
475
476func (c *postCache) lockKey(key string) string {
477 return c.lockPrefix + key

Callers 5

SetMethod · 0.95
SetEmptyMethod · 0.95
IsEmptyMethod · 0.95
DelMethod · 0.95
SetPubMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected