Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ SetProtocolOption
Method
SetProtocolOption
library/cpp/neh/neh.cpp:143–145 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
141
}
142
143
bool NNeh::SetProtocolOption(TStringBuf protoOption, TStringBuf value) {
144
return ProtocolFactory()->Protocol(protoOption.Before(
'/'
))->SetOption(protoOption.After(
'/'
), value);
145
}
Callers
nothing calls this directly
Calls
4
Protocol
Method · 0.80
Before
Method · 0.80
After
Method · 0.80
SetOption
Method · 0.45
Tested by
no test coverage detected