Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Space
Method · 0.45
_clone
Method · 0.45
~PostInfo
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected