MCPcopy
hub / github.com/safing/portmaster / Delete

Method Delete

base/database/storage/interface.go:17–17  ·  view source on GitHub ↗
(key string)

Source from the content-addressed store, hash-verified

15 Get(key string) (record.Record, error)
16 Put(m record.Record) (record.Record, error)
17 Delete(key string) error
18 Query(q *query.Query, local, internal bool) (*iterator.Iterator, error)
19
20 // Information and Control

Callers 15

updateStatesAndNotifyMethod · 0.65
notifyMethod · 0.65
resetSystemIssueFunction · 0.65
deleteMethod · 0.65
SetPromptMethod · 0.65
RemovePromptMethod · 0.65
migrateToDerivedIDsFunction · 0.65
deleteMethod · 0.65
connectIvpnClientMethod · 0.65
ResetCachedRecordFunction · 0.65

Implementers 7

InjectBasebase/database/storage/injectbase.go
Sinkholebase/database/storage/sinkhole/sinkhol
BBoltbase/database/storage/bbolt/bbolt.go
FSTreebase/database/storage/fstree/fstree.go
Badgerbase/database/storage/badger/badger.go
HashMapbase/database/storage/hashmap/map.go
SQLitebase/database/storage/sqlite/sqlite.go

Calls

no outgoing calls

Tested by 1

TestSQLiteFunction · 0.52