MCPcopy Create free account
hub / github.com/beefytech/Beef / TestFunc

Function TestFunc

IDE/mintest/src/cpp/test2.cpp:10–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9template <typename T>
10void TestFunc(T func)
11{
12 for (int i = 0; i < 100000000; i++)
13 {
14 func();
15 }
16}
17
18template <typename T>
19T Zoofgers(T val)

Callers 1

ExTest2Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected