MCPcopy
hub / github.com/kopia/kopia / Close

Method Close

internal/bigmap/bigmap_set.go:22–24  ·  view source on GitHub ↗

Close releases resources associated with the set.

(ctx context.Context)

Source from the content-addressed store, hash-verified

20
21// Close releases resources associated with the set.
22func (s *Set) Close(ctx context.Context) {
23 s.inner.Close(ctx)
24}
25
26// NewSet creates new Set.
27func NewSet(ctx context.Context) (*Set, error) {

Callers 4

BenchmarkSetFunction · 0.95
runInternalFunction · 0.95
CalculateStorageStatsFunction · 0.95

Calls 1

CloseMethod · 0.65

Tested by 1

BenchmarkSetFunction · 0.76