Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ copied
Method
copied
gecode/kernel/core.hpp:4278–4281 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4276
4277
template<class VIC>
4278
forceinline bool
4279
VarImp<VIC>::copied(void) const {
4280
return Support::marked(b.fwd);
4281
}
4282
4283
template<class VIC>
4284
forceinline VarImp<VIC>*
Callers
nothing calls this directly
Calls
1
marked
Function · 0.85
Tested by
no test coverage detected