MCPcopy Index your code
hub / github.com/dropbox/godropbox / createTestItem

Function createTestItem

memcache/raw_binary_client_test.go:411–419  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 4

TestAddSimpleMethod · 0.85
TestAddExistsMethod · 0.85
TestAddMultiSimpleMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected