MCPcopy Create free account
hub / github.com/3rdparty/libprocess / run

Method run

src/tests/process_tests.cpp:536–539  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

534 struct Thunk
535 {
536 static int run(int i)
537 {
538 return i;
539 }
540
541 static int run(int i, int j)
542 {

Callers 1

TESTFunction · 0.45

Calls 1

runFunction · 0.50

Tested by

no test coverage detected