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

Method existByKeyValid

tests/testmemcached.cpp:528–532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected