Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ other
Method
other
gecode/kernel/trace/filter.cpp:81–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
}
80
81
TFE
82
TFE::other(void) {
83
TFE e;
84
e.init(Group::all,(1 << ViewTraceInfo::OTHER));
85
return e;
86
}
87
88
TFE::TFE(const TFE& e) : n(e.n) {
89
n->use++;
Callers
nothing calls this directly
Calls
1
init
Method · 0.45
Tested by
no test coverage detected