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

Method unhideAll

cp-profiler/src/cpprofiler/tree/visual_flags.cpp:55–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void VisualFlags::unhideAll()
56{
57
58 for (auto &&n : node_hidden_)
59 {
60 n = false;
61 }
62
63 hidden_nodes_.clear();
64}
65
66int VisualFlags::hiddenCount()
67{

Callers 1

toggleLanternViewMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected