Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
468
func
(c *postCache) pubKey(key string) string {
469
return
c.pubPrefix + key
470
}
471
472
func
(c *postCache) emptyKey(key string) string {
473
return
c.emptyPrefix + key
Callers
5
PreHeat
Method · 0.95
Del
Method · 0.95
GetPub
Method · 0.95
SetPub
Method · 0.95
DelPub
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected