MCPcopy Create free account
hub / github.com/acl-dev/acl / all_failed

Method all_failed

lib_acl_cpp/src/redis/redis_client_pipeline.cpp:336–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334}
335
336void redis_pipeline_channel::all_failed()
337{
338 for (std::list<redis_pipeline_message*>::iterator it = msgs_.begin();
339 it != msgs_.end(); ++it) {
340 (*it)->push(NULL);
341 }
342}
343
344bool redis_pipeline_channel::handle_messages()
345{

Callers

nothing calls this directly

Calls 3

beginMethod · 0.80
endMethod · 0.45
pushMethod · 0.45

Tested by

no test coverage detected