Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ isMarked
Method
isMarked
gecode/gist/visualnode.hpp:172–175 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
170
}
171
172
forceinline bool
173
VisualNode::isMarked(void) {
174
return getFlag(MARKED);
175
}
176
177
forceinline void
178
VisualNode::setMarked(bool m) {
Callers
1
processCurrentNode
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected