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

Method setLabelShown

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

Source from the content-addressed store, hash-verified

17}
18
19void VisualFlags::setLabelShown(NodeID nid, bool val)
20{
21 ensure_id_exists(nid);
22 label_shown_[nid] = val;
23}
24
25bool VisualFlags::isLabelShown(NodeID nid) const
26{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected