Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoEdgeLab/EdgeNode
/ Remove
Method
Remove
internal/caches/list_file_sqlite.go:245–248 ·
view source on GitHub ↗
(hash string)
Source
from the content-addressed store, hash-verified
243
}
244
245
func
(this *SQLiteFileList) Remove(hash string) error {
246
_, err := this.remove(hash, false)
247
return
err
248
}
249
250
// Purge 清理过期的缓存
251
// count 每次遍历的最大数量,控制此数字可以保证每次清理的时候不用花太多时间
Callers
nothing calls this directly
Calls
1
remove
Method · 0.95
Tested by
no test coverage detected