| 526 | // **** Start testing exist by key valid **** |
| 527 | C_ATTR(existByKeyValid, :Local :AutoArgs) |
| 528 | void existByKeyValid(Context *c) |
| 529 | { |
| 530 | Memcached::setByKey("existGroup", "exist3", QByteArrayLiteral("Lorem ipsum"), 10); |
| 531 | setValidity(c, Memcached::existByKey("existGroup", "exist3")); |
| 532 | } |
| 533 | |
| 534 | // **** Start testing exist by key invalid **** |
| 535 | C_ATTR(existByKeyInvalid, :Local :AutoArgs) |
nothing calls this directly
no outgoing calls
no test coverage detected