Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Chatterino/api
/ PrefixKeyProvider
Struct
PrefixKeyProvider
pkg/cache/key_provider.go:10–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
}
9
10
type
PrefixKeyProvider
struct
{
11
prefix string
12
}
13
14
func
NewPrefixKeyProvider(prefix string) *PrefixKeyProvider {
15
return
&PrefixKeyProvider{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected