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

Method write_bytes

cpp/fory/serialization/context.h:275–277  ·  view source on GitHub ↗

write raw bytes to buffer.

Source from the content-addressed store, hash-verified

273
274 /// write raw bytes to buffer.
275 FORY_ALWAYS_INLINE void write_bytes(const void *data, uint32_t length) {
276 buffer_.write_bytes(data, length);
277 }
278
279 /// write TypeMeta inline using streaming protocol.
280 /// First occurrence: writes (index << 1) | 0 followed by TypeDef bytes.

Callers 15

write_dataMethod · 0.45
run_test_bufferFunction · 0.45
write_dataMethod · 0.45
write_dataMethod · 0.45
write_dataMethod · 0.45
write_dataMethod · 0.45
write_dataMethod · 0.45
write_dataMethod · 0.45
write_dataMethod · 0.45
to_bytesMethod · 0.45
write_meta_nameFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 3

run_test_bufferFunction · 0.36
TESTFunction · 0.36