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

Method AddSynonym

library/cpp/archive/yarchive.cpp:223–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221}
222
223void TArchiveWriter::AddSynonym(const TString& existingKey, const TString& newKey) {
224 Y_ENSURE(Impl_.Get(), "archive already closed");
225
226 Impl_->AddSynonym(existingKey, newKey);
227}
228
229namespace {
230 class TArchiveInputStreamBase {

Callers 1

AppendFunction · 0.45

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected