Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ setHidden
Method
setHidden
gecode/gist/visualnode.hpp:133–136 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
131
}
132
133
forceinline void
134
VisualNode::setHidden(bool h) {
135
setFlag(HIDDEN, h);
136
}
137
138
forceinline void
139
VisualNode::setStop(bool h) {
Callers
1
processCurrentNode
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected