Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MiniZinc/MiniZincIDE
/ TestClass
Method
TestClass
cp-profiler/src/cpprofiler/tests/tree_test.cpp:23–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
22
public:
23
TestClass()
24
{
25
counter++;
26
m_id = counter;
27
print(
"TestClass(): {}"
, m_id);
28
}
29
30
~TestClass()
31
{
Callers
nothing calls this directly
Calls
1
print
Function · 0.50
Tested by
no test coverage detected