MCPcopy Create free account
hub / github.com/ByteStorage/FlyDB / LRange

Method LRange

lib/proto/glist/db_grpc.pb.go:47–47  ·  view source on GitHub ↗
(ctx context.Context, in *GListLRangeRequest, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

45 LPop(ctx context.Context, in *GListLPopRequest, opts ...grpc.CallOption) (*GListLPopResponse, error)
46 RPop(ctx context.Context, in *GListRPopRequest, opts ...grpc.CallOption) (*GListRPopResponse, error)
47 LRange(ctx context.Context, in *GListLRangeRequest, opts ...grpc.CallOption) (*GListLRangeResponse, error)
48 LLen(ctx context.Context, in *GListLLenRequest, opts ...grpc.CallOption) (*GListLLenResponse, error)
49 LRem(ctx context.Context, in *GListLRemRequest, opts ...grpc.CallOption) (*GListLRemResponse, error)
50 LIndex(ctx context.Context, in *GListLIndexRequest, opts ...grpc.CallOption) (*GListLIndexResponse, error)

Callers 6

LRangeMethod · 0.65
LRangeMethod · 0.65
TestListStructure_LRangeFunction · 0.65
stringLRangeDataFunction · 0.65

Implementers 5

gListServiceClientlib/proto/glist/db_grpc.pb.go
UnimplementedGListServiceServerlib/proto/glist/db_grpc.pb.go
Clientengine/grpc/client/client.go
listengine/grpc/service/list.go
ListStructurestructure/list.go

Calls

no outgoing calls

Tested by 2

TestListStructure_LRangeFunction · 0.52