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