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

Method LightRegisterI

library/cpp/resource/registry.cpp:145–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145int NResource::LightRegisterI(const char* key, const char* data, const char* data_end) {
146 CommonStore()->Store(TStringBuf(key), TStringBuf(data, data_end));
147 return 0;
148
149}
150int NResource::LightRegisterS(const char* key, const char* data, unsigned long data_len) {
151 CommonStore()->Store(TStringBuf(key), TStringBuf(data, data_len));
152 return 0;

Callers

nothing calls this directly

Calls 1

StoreMethod · 0.45

Tested by

no test coverage detected