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

Method key

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

Source from the content-addressed store, hash-verified

454}
455
456func (c *postCache) key(key string) string {
457 return c.prefix + key
458}
459
460func (c *postCache) listKey(key string) string {
461 return c.listPrefix + key

Callers 3

GetMethod · 0.95
SetMethod · 0.95
DelMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected