MCPcopy 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
253struct 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

TParamsClass · 0.70
ResetMethod · 0.45
sizeMethod · 0.45
dataMethod · 0.45
StartMethod · 0.45

Tested by

no test coverage detected