Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeeFlowerX/stackplz
/ DumpClose
Method
DumpClose
user/config/config_module.go:1022–1030 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1020
}
1021
1022
func
(this *ModuleConfig) DumpClose() {
1023
// 关闭文件
1024
if
this.DumpHandle != nil {
1025
err := this.DumpHandle.Close()
1026
if
err != nil {
1027
panic(err)
1028
}
1029
}
1030
}
1031
1032
var
file_lock sync.Mutex
1033
Callers
1
runFunc
Function · 0.80
Calls
1
Close
Method · 0.65
Tested by
no test coverage detected