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

Method Close

pkg/cache/redis/reference.go:228–228  ·  view source on GitHub ↗

Close is a placeholder to satisfy the ReferenceIter interface. Redis connections are managed outside the iterator, so there's nothing to close here.

()

Source from the content-addressed store, hash-verified

226// Close is a placeholder to satisfy the ReferenceIter interface.
227// Redis connections are managed outside the iterator, so there's nothing to close here.
228func (iter *ReferenceIter) Close() {}
229
230func referenceToMap(ref *plumbing.Reference) (map[string]interface{}, error) {
231 if ref == nil {

Callers 2

FetchEmbeddingsMethod · 0.45
ensureConfigExistsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected