MCPcopy Create free account
hub / github.com/bloomen/transwarp / myfunc

Function myfunc

test/test_make_task.cpp:52–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52int myfunc() {
53 return 45;
54}
55
56TEST_CASE("make_task_raw_function") {
57 auto task = tw::make_task(tw::root, myfunc);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected