MCPcopy Create free account
hub / github.com/bytedance/bolt / writeInt64

Function writeInt64

bolt/serializers/PrestoSerializer.cpp:1185–1187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1183}
1184
1185void writeInt64(OutputStream* out, int64_t value) {
1186 out->write(reinterpret_cast<char*>(&value), sizeof(value));
1187}
1188
1189class CountingOutputStream : public OutputStream {
1190 public:

Callers 3

flushMethod · 0.70
flushUncompressedFunction · 0.70
flushSerializationFunction · 0.70

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected