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

Function WriteAux

library/cpp/on_disk/chunks/writer.cpp:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include "writer.h"
4
5static inline void WriteAux(IOutputStream* out, const TVector<ui64>& data) {
6 ::SavePodArray(out, data.data(), data.size());
7}
8
9/*************************** TBuffersWriter ***************************/
10

Callers 1

WriteFooterMethod · 0.85

Calls 3

SavePodArrayFunction · 0.85
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected