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

Method isLabelShown

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

Source from the content-addressed store, hash-verified

23}
24
25bool VisualFlags::isLabelShown(NodeID nid) const
26{
27
28 if (label_shown_.size() <= nid)
29 return false;
30 return label_shown_.at(nid);
31}
32
33void VisualFlags::setHidden(NodeID nid, bool val)
34{

Callers 5

toggleShowLabelMethod · 0.80
showLabelsDownMethod · 0.80
showLabelsUpMethod · 0.80
processCurrentNodeMethod · 0.80
computeForNodeMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected