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

Method Get

util/charset/unicode_table.h:91–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 }
90
91 inline TValueRef Get(size_t key) const {
92 return GetImpl(key);
93 }
94
95 public:
96 TTable(TData data, size_t size)

Callers

nothing calls this directly

Calls 3

GetImplFunction · 0.85
SizeFunction · 0.50
GetFunction · 0.50

Tested by

no test coverage detected