MCPcopy Create free account
hub / github.com/GoEdgeLab/EdgeNode / Len

Method Len

internal/caches/open_file_pool.go:84–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82}
83
84func (this *OpenFilePool) Len() int {
85 return len(this.c)
86}
87
88func (this *OpenFilePool) TotalSize() int64 {
89 return this.usedSize

Callers 11

BenchmarkGzipReaderFunction · 0.45
BenchmarkZSTDReaderFunction · 0.45
TestNewZSTDWriter_Level0Function · 0.45
TestNewZSTDWriterFunction · 0.45
TestFileListHashMap_LoadFunction · 0.45
CloseMethod · 0.45
DebugMethod · 0.45
consumeHeadMethod · 0.45

Calls

no outgoing calls

Tested by 8

BenchmarkGzipReaderFunction · 0.36
BenchmarkZSTDReaderFunction · 0.36
TestNewZSTDWriter_Level0Function · 0.36
TestNewZSTDWriterFunction · 0.36
TestFileListHashMap_LoadFunction · 0.36