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

Method Read

library/cpp/yt/memory/safe_memory_reader-inl.h:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11template <class T>
12bool TSafeMemoryReader::Read(const void* addr, T* value)
13{
14 return ReadRaw(addr, value, sizeof(*value));
15}
16
17////////////////////////////////////////////////////////////////////////////////
18

Callers 5

ReadVarUint64Function · 0.45
TESTFunction · 0.45
ClearMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected