| 497 | // **** Start testing direct remove by key invalid **** |
| 498 | C_ATTR(directRemoveInvalidByKey, :Local :AutoArgs) |
| 499 | void directRemoveInvalidByKey(Context *c) |
| 500 | { |
| 501 | Memcached::ReturnType rt; |
| 502 | setValidity(c, Memcached::removeByKey("remGroup", "rem4", &rt)); |
| 503 | } |
| 504 | |
| 505 | // **** Start testing get after direct remove by key **** |
| 506 | C_ATTR(getAfterDirectRemoveByKey, :Local :AutoArgs) |
nothing calls this directly
no outgoing calls
no test coverage detected