Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
template <typename T>
10
void TestFunc(T func)
11
{
12
for (int i = 0; i < 100000000; i++)
13
{
14
func();
15
}
16
}
17
18
template <typename T>
19
T Zoofgers(T val)
Callers
1
ExTest2
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected