Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ RegisterModes
Method
RegisterModes
library/cpp/getopt/ut/modchooser_ut.cpp:70–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
69
protected:
70
void RegisterModes(TModChooser& modes) override {
71
modes.AddMode(
"inner"
, Inner_,
"inner"
);
72
}
73
74
private:
75
TMainClass* Inner_;
Callers
nothing calls this directly
Calls
1
AddMode
Method · 0.80
Tested by
no test coverage detected