MCPcopy Create free account
hub / github.com/couchbase/moss / Close

Method Close

segment_stack.go:64–69  ·  view source on GitHub ↗

------------------------------------------------------ Close releases associated resources.

()

Source from the content-addressed store, hash-verified

62
63// Close releases associated resources.
64func (ss *segmentStack) Close() error {
65 if ss != nil {
66 ss.decRef()
67 }
68 return nil
69}
70
71// ------------------------------------------------------
72

Callers 3

runPersisterMethod · 0.95
mergeMethod · 0.95
runMergerMethod · 0.95

Calls 1

decRefMethod · 0.95

Tested by

no test coverage detected