Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
104
func
(fm *FileManager) Close() error {
105
err := fm.fdm.Close()
106
return
err
107
}
Callers
7
TestDataFile_Err
Function · 0.95
TestDataFile1
Function · 0.95
TestDataFile2
Function · 0.95
TestDataFile_ReadRecord
Function · 0.95
TestDataFile_Err_Path
Function · 0.95
TestDataFile_Crc_Err
Function · 0.95
TestFileManager1
Function · 0.95
Calls
1
Close
Method · 0.65
Tested by
7
TestDataFile_Err
Function · 0.76
TestDataFile1
Function · 0.76
TestDataFile2
Function · 0.76
TestDataFile_ReadRecord
Function · 0.76
TestDataFile_Err_Path
Function · 0.76
TestDataFile_Crc_Err
Function · 0.76
TestFileManager1
Function · 0.76