MCPcopy Create free account
hub / github.com/cutelyst/cutelyst / incrementByKeyInvalid

Method incrementByKeyInvalid

tests/testmemcached.cpp:647–651  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

645 // **** Start testing increment by key invalid ****
646 C_ATTR(incrementByKeyInvalid, :Local :AutoArgs)
647 void incrementByKeyInvalid(Context *c)
648 {
649 uint64_t val = 0;
650 setValidity(c, Memcached::incrementByKey("incGroup", "inc4", 1, &val));
651 }
652
653 // **** Start testing decrement with initial value valid ****
654 C_ATTR(decrementWithInitialValid, :Local :AutoArgs)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected