MCPcopy Index your code
hub / github.com/git-bug/git-bug / Close

Method Close

cache/multi_repo_cache.go:73–81  ·  view source on GitHub ↗

Close will do anything that is needed to close the cache properly

()

Source from the content-addressed store, hash-verified

71
72// Close will do anything that is needed to close the cache properly
73func (c *MultiRepoCache) Close() error {
74 for _, cachedRepo := range c.repos {
75 err := cachedRepo.Close()
76 if err != nil {
77 return err
78 }
79 }
80 return nil
81}

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected