()
| 409 | } |
| 410 | |
| 411 | func createTestItem() *Item { |
| 412 | return &Item{ |
| 413 | Key: testKey, |
| 414 | Value: testValue, |
| 415 | Flags: testFlags, |
| 416 | Expiration: testExpiry, |
| 417 | DataVersionId: testCas, |
| 418 | } |
| 419 | } |
| 420 | |
| 421 | func (s *RawBinaryClientSuite) performMutateRequestTest( |
| 422 | c *C, |
no outgoing calls
no test coverage detected