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

Method pubListKey

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

Source from the content-addressed store, hash-verified

462}
463
464func (c *postCache) pubListKey(key string) string {
465 return c.listPubPrefix + key
466}
467
468func (c *postCache) pubKey(key string) string {
469 return c.pubPrefix + key

Callers 4

PreHeatMethod · 0.95
GetPubListMethod · 0.95
SetPubListMethod · 0.95
DelPubListMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected