MCPcopy Index your code
hub / github.com/GoEdgeLab/EdgeNode / Reset

Method Reset

internal/caches/list_interface.go:10–10  ·  view source on GitHub ↗

Reset 重置数据

()

Source from the content-addressed store, hash-verified

8
9 // Reset 重置数据
10 Reset() error
11
12 // Add 添加内容
13 Add(hash string, item *Item) error

Callers 7

UpdatePolicyMethod · 0.65
StopMethod · 0.65
initListMethod · 0.65
CleanAllMethod · 0.65
StopMethod · 0.65
UpdatePolicyMethod · 0.65
CloseAllMethod · 0.65

Implementers 3

MemoryListinternal/caches/list_memory.go
KVFileListinternal/caches/list_file_kv.go
SQLiteFileListinternal/caches/list_file_sqlite.go

Calls

no outgoing calls

Tested by

no test coverage detected