MCPcopy Create free account
hub / github.com/nutsdb/nutsdb / Close

Method Close

hintfile.go:403–408  ·  view source on GitHub ↗

Close closes the hint file

()

Source from the content-addressed store, hash-verified

401
402// Close closes the hint file
403func (r *HintFileReader) Close() error {
404 if r.file != nil {
405 return r.file.Close()
406 }
407 return nil
408}
409
410// HintFileWriter is used to write hint files
411type HintFileWriter struct {

Callers 7

BenchmarkHintFileReadFunction · 0.95
loadHintFileMethod · 0.95
TestHintFileWriterReaderFunction · 0.95
TestHintFilePartialReadFunction · 0.95
TestDB_MergeWithHintFileFunction · 0.95

Calls 1

CloseMethod · 0.65