Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoEdgeLab/EdgeNode
/ Filename
Method
Filename
internal/caches/open_file_pool.go:29–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
27
}
28
29
func
(this *OpenFilePool) Filename() string {
30
return
this.filename
31
}
32
33
func
(this *OpenFilePool) Get() (resultFile *OpenFile, consumed bool, consumedSize int64) {
34
// 如果已经关闭,直接返回
Callers
2
TestOpenFilePool_Get
Function · 0.45
Debug
Method · 0.45
Calls
no outgoing calls
Tested by
1
TestOpenFilePool_Get
Function · 0.36