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

Method setNodeHidden

cp-profiler/src/cpprofiler/tree/traditional_view.cpp:394–398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

392}
393
394void TraditionalView::setNodeHidden(NodeID n, bool val)
395{
396 vis_flags_->setHidden(n, false);
397 layout_->setLayoutDone(n, false);
398}
399
400void TraditionalView::unhideNode(NodeID nid)
401{

Callers

nothing calls this directly

Calls 2

setHiddenMethod · 0.80
setLayoutDoneMethod · 0.80

Tested by

no test coverage detected