Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mxpv/podsync
/ FixedKeyProvider
Struct
FixedKeyProvider
pkg/feed/key.go:24–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
}
23
24
type
FixedKeyProvider
struct
{
25
key string
26
}
27
28
func
NewFixedKey(key string) (KeyProvider, error) {
29
if
key ==
""
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected