MCPcopy Create free account
hub / github.com/Gecode/gecode / other

Method other

gecode/kernel/core.hpp:3364–3367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3362 who = (g.id() << 2) | POST;
3363 }
3364 forceinline void
3365 ViewTraceInfo::other(void) {
3366 who = OTHER;
3367 }
3368 forceinline ViewTraceInfo::What
3369 ViewTraceInfo::what(void) const {
3370 return static_cast<What>(who & 3);

Callers 3

SpaceMethod · 0.45
_cloneMethod · 0.45
~PostInfoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected