Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
456
func
(c *postCache) key(key string) string {
457
return
c.prefix + key
458
}
459
460
func
(c *postCache) listKey(key string) string {
461
return
c.listPrefix + key
Callers
3
Get
Method · 0.95
Set
Method · 0.95
Del
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected