MCPcopy 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
29func (this *OpenFilePool) Filename() string {
30 return this.filename
31}
32
33func (this *OpenFilePool) Get() (resultFile *OpenFile, consumed bool, consumedSize int64) {
34 // 如果已经关闭,直接返回

Callers 2

TestOpenFilePool_GetFunction · 0.45
DebugMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestOpenFilePool_GetFunction · 0.36