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

Method LightRegisterS

library/cpp/resource/registry.cpp:150–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;
153}

Callers

nothing calls this directly

Calls 1

StoreMethod · 0.45

Tested by

no test coverage detected