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

Method ReadItems

internal/iplibrary/ip_list_db.go:11–11  ·  view source on GitHub ↗
(offset int64, size int64)

Source from the content-addressed store, hash-verified

9 DeleteExpiredItems() error
10 ReadMaxVersion() (int64, error)
11 ReadItems(offset int64, size int64) (items []*pb.IPItem, goNext bool, err error)
12 AddItem(item *pb.IPItem) error
13}

Callers 1

InitMethod · 0.95

Implementers 2

KVIPListinternal/iplibrary/ip_list_kv.go
SQLiteIPListinternal/iplibrary/ip_list_sqlite.go

Calls

no outgoing calls

Tested by

no test coverage detected