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

Method Query

base/database/storage/interface.go:18–18  ·  view source on GitHub ↗
(q *query.Query, local, internal bool)

Source from the content-addressed store, hash-verified

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
21 ReadOnly() bool

Callers 15

QueryMethod · 0.65
QueryMethod · 0.65
countRecordsFunction · 0.65
TestSQLiteFunction · 0.65
queryExecutorMethod · 0.65
PurgeMethod · 0.65
PurgeOlderThanMethod · 0.65
FindRecordFunction · 0.65
RecordExistsFunction · 0.65
ReloadMethod · 0.65
ReloadAllMethod · 0.65
registerAPIFunction · 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 3

countRecordsFunction · 0.52
TestSQLiteFunction · 0.52
TestRegistryQueryFunction · 0.52