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

Method directRemoveInvalidByKey

tests/testmemcached.cpp:499–503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

497 // **** Start testing direct remove by key invalid ****
498 C_ATTR(directRemoveInvalidByKey, :Local :AutoArgs)
499 void directRemoveInvalidByKey(Context *c)
500 {
501 Memcached::ReturnType rt;
502 setValidity(c, Memcached::removeByKey("remGroup", "rem4", &rt));
503 }
504
505 // **** Start testing get after direct remove by key ****
506 C_ATTR(getAfterDirectRemoveByKey, :Local :AutoArgs)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected