Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/GoEdgeLab/EdgeNode
/ Count
Method
Count
internal/caches/list_interface.go:43–43 ·
view source on GitHub ↗
Count 总数量
()
Source
from the content-addressed store, hash-verified
41
42
// Count 总数量
43
Count() (int64, error)
44
45
// OnAdd 添加事件
46
OnAdd(f
func
(item *Item))
Callers
15
VersionToLong
Function · 0.65
TestList_GC
Function · 0.65
TestList_Memory
Function · 0.65
TestTable_Count
Function · 0.65
TestTable_AddField_Delete_Many
Function · 0.65
TestMemoryList_Add
Function · 0.65
TestMemoryList_Remove
Function · 0.65
TestMemoryList_Purge
Function · 0.65
TestMemoryList_PurgeLFU
Function · 0.65
TestMemoryList_CleanAll
Function · 0.65
purgeLoop
Method · 0.65
CountItems
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
15
TestList_GC
Function · 0.52
TestList_Memory
Function · 0.52
TestTable_Count
Function · 0.52
TestTable_AddField_Delete_Many
Function · 0.52
TestMemoryList_Add
Function · 0.52
TestMemoryList_Remove
Function · 0.52
TestMemoryList_Purge
Function · 0.52
TestMemoryList_PurgeLFU
Function · 0.52
TestMemoryList_CleanAll
Function · 0.52
TestKVFileList_Count
Function · 0.52
TestFileList_Exist
Function · 0.52
TestFileList_Remove
Function · 0.52