MCPcopy Create free account
hub / github.com/catboost/catboost / Get

Method Get

library/cpp/yt/memory/unittests/weak_ptr_ut.cpp:461–464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

459{
460public:
461 virtual int Get() const override
462 {
463 return SomeNumbers[N];
464 }
465 virtual ~TClassStack()
466 {
467 SomeNumbers[N] = Get() + 1;

Callers 3

TESTFunction · 0.45
TEST_FFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected