MCPcopy Create free account
hub / github.com/MiniZinc/MiniZincIDE / array_test

Function array_test

cp-profiler/src/cpprofiler/tests/execution_test.cpp:32–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32void array_test()
33{
34
35 utils::Array<int> arr(1);
36
37 copy_test(arr);
38}
39
40void binary_tree_execution(Conductor &conductor)
41{

Callers

nothing calls this directly

Calls 1

copy_testFunction · 0.85

Tested by

no test coverage detected