Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ unhideAll
Method
unhideAll
gecode/gist/visualnode.cpp:206–211 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
204
}
205
206
void
207
VisualNode::unhideAll(const NodeAllocator& na) {
208
UnhideAllCursor c(this,na);
209
PreorderNodeVisitor<UnhideAllCursor>(c).run();
210
dirtyUp(na);
211
}
212
213
void
214
VisualNode::toggleStop(const NodeAllocator& na) {
Callers
nothing calls this directly
Calls
1
run
Method · 0.45
Tested by
no test coverage detected