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

Method existByKeyInvalid

tests/testmemcached.cpp:536–539  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

534 // **** Start testing exist by key invalid ****
535 C_ATTR(existByKeyInvalid, :Local :AutoArgs)
536 void existByKeyInvalid(Context *c)
537 {
538 setValidity(c, Memcached::existByKey("existGroup", "exist4"));
539 }
540
541 // **** Start testing icrement with initial value valid ****
542 C_ATTR(incrementWithInitialValid, :Local :AutoArgs)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected