Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
460
func
(c *postCache) listKey(key string) string {
461
return
c.listPrefix + key
462
}
463
464
func
(c *postCache) pubListKey(key string) string {
465
return
c.listPubPrefix + key
Callers
3
GetList
Method · 0.95
SetList
Method · 0.95
DelList
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected