MCPcopy Create free account
hub / github.com/encoder-run/operator / AddAlternate

Method AddAlternate

pkg/cache/redis/storage.go:66–68  ·  view source on GitHub ↗

AddAlternate implements storage.Storer.

(remote string)

Source from the content-addressed store, hash-verified

64
65// AddAlternate implements storage.Storer.
66func (s *Storage) AddAlternate(remote string) error {
67 return errNotSupported
68}
69
70func withNamespace(ns string, keyType string, key string) string {
71 k := ns

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected