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

Method pubKey

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

Source from the content-addressed store, hash-verified

466}
467
468func (c *postCache) pubKey(key string) string {
469 return c.pubPrefix + key
470}
471
472func (c *postCache) emptyKey(key string) string {
473 return c.emptyPrefix + key

Callers 5

PreHeatMethod · 0.95
DelMethod · 0.95
GetPubMethod · 0.95
SetPubMethod · 0.95
DelPubMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected