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

Method Close

file_manager.go:104–107  ·  view source on GitHub ↗

Close will Close fdm resource

()

Source from the content-addressed store, hash-verified

102
103// Close will Close fdm resource
104func (fm *FileManager) Close() error {
105 err := fm.fdm.Close()
106 return err
107}

Callers 7

TestDataFile_ErrFunction · 0.95
TestDataFile1Function · 0.95
TestDataFile2Function · 0.95
TestDataFile_ReadRecordFunction · 0.95
TestDataFile_Err_PathFunction · 0.95
TestDataFile_Crc_ErrFunction · 0.95
TestFileManager1Function · 0.95

Calls 1

CloseMethod · 0.65

Tested by 7

TestDataFile_ErrFunction · 0.76
TestDataFile1Function · 0.76
TestDataFile2Function · 0.76
TestDataFile_ReadRecordFunction · 0.76
TestDataFile_Err_PathFunction · 0.76
TestDataFile_Crc_ErrFunction · 0.76
TestFileManager1Function · 0.76