Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
464
func
(c *postCache) pubListKey(key string) string {
465
return
c.listPubPrefix + key
466
}
467
468
func
(c *postCache) pubKey(key string) string {
469
return
c.pubPrefix + key
Callers
4
PreHeat
Method · 0.95
GetPubList
Method · 0.95
SetPubList
Method · 0.95
DelPubList
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected