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

Method ListAllKeys

library/cpp/resource/resource.cpp:55–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55TVector<TStringBuf> NResource::ListAllKeys() {
56 TVector<TStringBuf> res(Reserve(NResource::Count()));
57 for (auto i : xrange(NResource::Count())) {
58 res.push_back(NResource::KeyByIndex(i));
59 }
60 return res;
61}

Callers

nothing calls this directly

Calls 5

ReserveFunction · 0.85
xrangeFunction · 0.85
KeyByIndexFunction · 0.85
CountFunction · 0.50
push_backMethod · 0.45

Tested by

no test coverage detected