Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoSimplicity/LinkMe
/ emptyKey
Method
emptyKey
internal/repository/cache/post.go:472–474 ·
view source on GitHub ↗
(key string)
Source
from the content-addressed store, hash-verified
470
}
471
472
func
(c *postCache) emptyKey(key string) string {
473
return
c.emptyPrefix + key
474
}
475
476
func
(c *postCache) lockKey(key string) string {
477
return
c.lockPrefix + key
Callers
5
Set
Method · 0.95
SetEmpty
Method · 0.95
IsEmpty
Method · 0.95
Del
Method · 0.95
SetPub
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected