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

Method Write

library/cpp/threading/chunk_queue/queue.h:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 struct TPodTypeHelper {
52 template <typename TT>
53 static void Write(T* ptr, TT&& value) {
54 *ptr = value;
55 }
56
57 static T Read(T* ptr) {
58 return *ptr;

Callers 11

SaveMethod · 0.45
SaveMethod · 0.45
WriteLittleEndianFunction · 0.45
AddPaddingFunction · 0.45
SaveMethod · 0.45
MatchOrUpdateGoldenMethod · 0.45
EscapeMethod · 0.45
RunMethod · 0.45
CheckAccessTestMethod · 0.45
AddEntryToCoreSearchFileFunction · 0.45
ReInitializeContextFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected