Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ TImpl
Method
TImpl
util/system/context.cpp:254–258 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
252
253
struct TContMachineContext::TImpl {
254
inline TImpl()
255
: TL(nullptr)
256
, Finish(false)
257
{
258
}
259
260
inline TImpl(const TContClosure& c)
261
: TL(c.TrampoLine)
Callers
nothing calls this directly
Calls
5
TParams
Class · 0.70
Reset
Method · 0.45
size
Method · 0.45
data
Method · 0.45
Start
Method · 0.45
Tested by
no test coverage detected