Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ fwdcopy
Method
fwdcopy
gecode/kernel/core.cpp:884–889 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
882
}
883
884
void
885
LocalObject::fwdcopy(Space& home) {
886
ActorLink::cast(this)->prev(copy(home));
887
next(home.pc.c.local);
888
home.pc.c.local = this;
889
}
890
891
void
892
Choice::archive(Archive& e) const {
Callers
nothing calls this directly
Calls
1
prev
Method · 0.45
Tested by
no test coverage detected