| 534 | // **** Start testing exist by key invalid **** |
| 535 | C_ATTR(existByKeyInvalid, :Local :AutoArgs) |
| 536 | void existByKeyInvalid(Context *c) |
| 537 | { |
| 538 | setValidity(c, Memcached::existByKey("existGroup", "exist4")); |
| 539 | } |
| 540 | |
| 541 | // **** Start testing icrement with initial value valid **** |
| 542 | C_ATTR(incrementWithInitialValid, :Local :AutoArgs) |
nothing calls this directly
no outgoing calls
no test coverage detected