Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ last
Method
last
gecode/int/gcc/dom-sup.hpp:521–524 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
519
return fst;
520
}
521
forceinline Edge*
522
Node::last(void) const {
523
return lst;
524
}
525
forceinline void
526
Node::first(Edge* p) {
527
fst = p;
Callers
3
unlink
Method · 0.45
VarValGraph
Method · 0.45
narrow
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected