Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ isOnPath
Method
isOnPath
gecode/gist/visualnode.hpp:192–195 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
190
}
191
192
forceinline bool
193
VisualNode::isOnPath(void) {
194
return getFlag(ONPATH);
195
}
196
197
forceinline void
198
VisualNode::setOnPath(bool b) {
Callers
3
getPathAlternative
Method · 0.80
processCurrentNode
Method · 0.80
inspectPath
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected