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

Method TRegHelper

library/cpp/resource/registry.cpp:141–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141NResource::TRegHelper::TRegHelper(const TStringBuf key, const TStringBuf data) {
142 CommonStore()->Store(key, data);
143}
144
145int NResource::LightRegisterI(const char* key, const char* data, const char* data_end) {
146 CommonStore()->Store(TStringBuf(key), TStringBuf(data, data_end));

Callers

nothing calls this directly

Calls 1

StoreMethod · 0.45

Tested by

no test coverage detected