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

Function test_exec

lib_acl_cpp/samples/redis/redis_trans/redis_trans.cpp:74–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74static bool test_exec(acl::redis_transaction& redis)
75{
76 redis.clear();
77 if (redis.exec() == false)
78 {
79 printf("exec error\r\n");
80 return false;
81 }
82 printf("exec ok\r\n");
83 return true;
84}
85
86static bool get_results(acl::redis_transaction& redis)
87{

Callers 1

mainFunction · 0.85

Calls 2

clearMethod · 0.45
execMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…