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

Method CountLooseRefs

pkg/cache/postgres/storage.go:29–31  ·  view source on GitHub ↗

CountLooseRefs implements storage.Storer.

()

Source from the content-addressed store, hash-verified

27
28// CountLooseRefs implements storage.Storer.
29func (s *Storage) CountLooseRefs() (int, error) {
30 panic("unimplemented")
31}
32
33// Module implements storage.Storer.
34func (s *Storage) Module(name string) (storage.Storer, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected