| 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) |
nothing calls this directly
no outgoing calls
no test coverage detected