MCPcopy 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
10type PrefixKeyProvider struct {
11 prefix string
12}
13
14func NewPrefixKeyProvider(prefix string) *PrefixKeyProvider {
15 return &PrefixKeyProvider{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected