MCPcopy Create free account
hub / github.com/GoEdgeLab/EdgeNode / OnRemove

Method OnRemove

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

OnRemove 删除事件

(f func(item *Item))

Source from the content-addressed store, hash-verified

47
48 // OnRemove 删除事件
49 OnRemove(f func(item *Item))
50
51 // Close 关闭
52 Close() error

Callers 2

InitMethod · 0.65
TestFileList_RemoveFunction · 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 1

TestFileList_RemoveFunction · 0.52