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

Method replaceQVariantListInvalidByKey

tests/testmemcached.cpp:442–449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440 // **** Start testing replace variant list by key invalid ****
441 C_ATTR(replaceQVariantListInvalidByKey, :Local :AutoArgs)
442 void replaceQVariantListInvalidByKey(Context *c)
443 {
444 const QVariantList list = getTestVariantList();
445 Memcached::ReturnType rt;
446 setValidity(c,
447 Memcached::replaceByKey(
448 "replaceGroup", "replace8", list, std::chrono::seconds{5}, &rt));
449 }
450
451 // **** Start testing get after replace by key variant list ****
452 C_ATTR(getAfterReplaceQVariantListByKey, :Local :AutoArgs)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected