MCPcopy Create free account
hub / github.com/anthonywilliams/ccia_code_samples / g

Function g

listings/listing_2.5.cpp:14–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12 return std::thread(some_function);
13}
14std::thread g()
15{
16 void some_other_function(int);
17 std::thread t(some_other_function,42);
18 return t;
19}
20
21int main()
22{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected