Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ dst
Method
dst
gecode/int/view-val-graph/edge.hpp:50–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
49
template<class View>
50
forceinline Node<View>*
51
Edge<View>::dst(Node<View>* s) const {
52
return sd.ptr(s);
53
}
54
55
template<class View>
56
forceinline void
Callers
1
scc
Method · 0.80
Calls
1
ptr
Method · 0.80
Tested by
no test coverage detected