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

Function GetB

util/generic/ptr_ut.cpp:127–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125 */
126class B;
127static TSimpleIntrusivePtr<B> GetB() {
128 throw 1;
129}
130
131void Func() {
132 TSimpleIntrusivePtr<B> b = GetB();

Callers 1

FuncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected