MCPcopy
hub / github.com/etcd-io/etcd / Limit

Method Limit

client/v3/op.go:110–110  ·  view source on GitHub ↗

Limit returns limit of the result, if any.

()

Source from the content-addressed store, hash-verified

108
109// Limit returns limit of the result, if any.
110func (op Op) Limit() int64 { return op.limit }
111
112// IsPut returns true iff the operation is a Put.
113func (op Op) IsPut() bool { return op.t == tPut }

Callers 13

putFuncFunction · 0.80
mixedTxnFuncFunction · 0.80
rangeFuncFunction · 0.80
benchPutWatchesFunction · 0.80
watchLatencyFuncFunction · 0.80
txnPutFuncFunction · 0.80
stmFuncFunction · 0.80
GetMethod · 0.80
SimulateTrafficFunction · 0.80
RegisterFunction · 0.80
recvLoopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected