MCPcopy 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
1022func (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
1032var file_lock sync.Mutex
1033

Callers 1

runFuncFunction · 0.80

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected