Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/GoEdgeLab/EdgeNode
/ Stat
Method
Stat
internal/caches/list_interface.go:40–40 ·
view source on GitHub ↗
Stat 统计
(check func(hash string) bool)
Source
from the content-addressed store, hash-verified
38
39
// Stat 统计
40
Stat(check
func
(hash string) bool) (*Stat, error)
41
42
// Count 总数量
43
Count() (int64, error)
Callers
15
Run
Method · 0.65
LookPath
Function · 0.65
NewStore
Function · 0.65
NewStoreWithPath
Function · 0.65
OpenStoreDir
Function · 0.65
RemoveStore
Function · 0.65
open
Function · 0.65
Init
Method · 0.65
loadDB
Method · 0.65
Stat
Method · 0.65
CheckSQLiteDB
Function · 0.65
Init
Method · 0.65
Implementers
3
MemoryList
internal/caches/list_memory.go
KVFileList
internal/caches/list_file_kv.go
SQLiteFileList
internal/caches/list_file_sqlite.go
Calls
no outgoing calls
Tested by
5
TestKVFileList_Stat
Function · 0.52
TestFileList_Stat
Function · 0.52
TestMemoryStorage_Stat
Function · 0.52
TestFileStorage_Init
Function · 0.52
TestFileStorage_Stat
Function · 0.52