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

Method isHidden

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

Source from the content-addressed store, hash-verified

46}
47
48bool VisualFlags::isHidden(NodeID nid) const
49{
50 if (node_hidden_.size() <= nid)
51 return false;
52 return node_hidden_.at(nid);
53}
54
55void VisualFlags::unhideAll()
56{

Callers 15

resizeExtraFlagsTableMethod · 0.80
showDebugInfoMethod · 0.80
closeEventMethod · 0.80
loadProjectMethod · 0.80
updateSolverMethod · 0.80
showPixelTreeMethod · 0.80
showIcicleTreeMethod · 0.80
navDownMethod · 0.80
navDownAltMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected