Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
126
class B;
127
static TSimpleIntrusivePtr<B> GetB() {
128
throw 1;
129
}
130
131
void Func() {
132
TSimpleIntrusivePtr<B> b = GetB();
Callers
1
Func
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected