Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
bool VisualFlags::isLabelShown(NodeID nid) const
26
{
27
28
if (label_shown_.size() <= nid)
29
return false;
30
return label_shown_.at(nid);
31
}
32
33
void VisualFlags::setHidden(NodeID nid, bool val)
34
{
Callers
5
toggleShowLabel
Method · 0.80
showLabelsDown
Method · 0.80
showLabelsUp
Method · 0.80
processCurrentNode
Method · 0.80
computeForNode
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected