MCPcopy Create free account
hub / github.com/apache/fory / write_bytes

Method write_bytes

cpp/fory/row/writer.cc:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void Writer::write_bytes(int i, const uint8_t *input, uint32_t length) {
63 write_unaligned(i, input, 0, length);
64}
65
66void Writer::write_unaligned(int i, const uint8_t *input, uint32_t offset,
67 uint32_t num_bytes) {

Callers 12

file_roundtripFunction · 0.45
file_roundtrip_auto_idFunction · 0.45
file_roundtrip_exampleFunction · 0.45
file_roundtrip_monsterFunction · 0.45
file_roundtrip_containerFunction · 0.45
file_roundtrip_treeFunction · 0.45
file_roundtrip_graphFunction · 0.45
write_fieldFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36