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

Function test3_thread_callback

lib_acl_cpp/samples/charset/main.cpp:215–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213}
214
215static void test3_thread_callback(void* ctx)
216{
217 const char* filepath = (const char*) ctx;
218
219 test2(filepath);
220}
221
222static int test3(char* filepath, int nthreads, int count)
223{

Callers

nothing calls this directly

Calls 1

test2Function · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…