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

Method getAfterAddQVariantListByKey

tests/testmemcached.cpp:310–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308 // **** Start testing get after add QVariantList by key ****
309 C_ATTR(getAfterAddQVariantListByKey, :Local :AutoArgs)
310 void getAfterAddQVariantListByKey(Context *c)
311 {
312 Memcached::ReturnType rt;
313 const QVariantList l1 = getTestVariantList();
314 const QVariantList l2 = Memcached::getByKey<QVariantList>("addGroup", "add4", nullptr, &rt);
315 setValidity(c, l1 == l2);
316 }
317
318 // **** Start testing replace byte array valid ****
319 C_ATTR(replaceByteArrayValid, :Local :AutoArgs)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected