MCPcopy Index your code
hub / github.com/kopia/kopia / Close

Method Close

internal/bigmap/bigmap_map.go:85–87  ·  view source on GitHub ↗

Close releases resources associated with the set.

(ctx context.Context)

Source from the content-addressed store, hash-verified

83
84// Close releases resources associated with the set.
85func (s *Map) Close(ctx context.Context) {
86 s.inner.Close(ctx)
87}
88
89// NewMap creates new Map.
90func NewMap(ctx context.Context) (*Map, error) {

Callers 1

BenchmarkMap_WithValueFunction · 0.95

Calls 1

CloseMethod · 0.65

Tested by 1

BenchmarkMap_WithValueFunction · 0.76