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

Function appendSerializedInt32

bolt/exec/tests/ContainerRowSerdeTest.cpp:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42namespace {
43
44void appendSerializedInt32(std::string& bytes, int32_t value) {
45 bytes.append(reinterpret_cast<const char*>(&value), sizeof(value));
46}
47
48class ContainerRowSerdeTest : public testing::Test,
49 public bolt::test::VectorTestBase {

Callers 1

TEST_FFunction · 0.85

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected