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

Method addByteArrayInvalidByKey

tests/testmemcached.cpp:269–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267 // *** Start testing adding QByteArray by key invalid ****
268 C_ATTR(addByteArrayInvalidByKey, :Local :AutoArgs)
269 void addByteArrayInvalidByKey(Context *c)
270 {
271 Memcached::ReturnType rt;
272 setValidity(c,
273 Memcached::addByKey("addGruop",
274 "add3",
275 QByteArrayLiteral("Lorem ipsum"),
276 std::chrono::seconds{5},
277 &rt));
278 }
279
280 // *** Start testing get after adding QByteArray by key ****
281 C_ATTR(getAfterAddByteArrayByKey, :Local :AutoArgs)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected