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

Method listKey

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

Source from the content-addressed store, hash-verified

458}
459
460func (c *postCache) listKey(key string) string {
461 return c.listPrefix + key
462}
463
464func (c *postCache) pubListKey(key string) string {
465 return c.listPubPrefix + key

Callers 3

GetListMethod · 0.95
SetListMethod · 0.95
DelListMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected