Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoEdgeLab/EdgeNode
/ CleanMatchPrefix
Method
CleanMatchPrefix
internal/caches/list_interface.go:25–25 ·
view source on GitHub ↗
CleanMatchPrefix 清除通配符匹配的前缀
(prefix string)
Source
from the content-addressed store, hash-verified
23
24
// CleanMatchPrefix 清除通配符匹配的前缀
25
CleanMatchPrefix(prefix string) error
26
27
// Remove 删除内容
28
Remove(hash string) error
Callers
5
Purge
Method · 0.65
TestKVFileList_CleanMatchPrefix
Function · 0.65
Purge
Method · 0.65
TestFileListDB_CleanMatchPrefix
Function · 0.65
CleanMatchPrefix
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
2
TestKVFileList_CleanMatchPrefix
Function · 0.52
TestFileListDB_CleanMatchPrefix
Function · 0.52