Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoEdgeLab/EdgeNode
/ SetClosing
Method
SetClosing
internal/caches/open_file_pool.go:92–94 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
90
}
91
92
func
(this *OpenFilePool) SetClosing() {
93
this.isClosed = true
94
}
95
96
func
(this *OpenFilePool) Close() {
97
this.isClosed = true
Callers
1
Close
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected