Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoEdgeLab/EdgeNode
/ IncreaseHit
Method
IncreaseHit
internal/caches/list_interface.go:55–55 ·
view source on GitHub ↗
IncreaseHit 增加点击量
(hash string)
Source
from the content-addressed store, hash-verified
53
54
// IncreaseHit 增加点击量
55
IncreaseHit(hash string) error
56
}
Callers
1
increaseHit
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
no test coverage detected