MCPcopy Index your code
hub / github.com/apache/fory / Fory_PyWriteBasicFieldToBuffer

Function Fory_PyWriteBasicFieldToBuffer

python/pyfory/cpp/pyfory.cc:1560–1563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1558}
1559
1560int Fory_PyWriteBasicFieldToBuffer(PyObject *value, Buffer *buffer,
1561 uint8_t type_id) {
1562 return write_primitive_item(buffer, value, type_id);
1563}
1564
1565PyObject *Fory_PyReadBasicFieldFromBuffer(Buffer *buffer, uint8_t type_id) {
1566 return read_primitive_item(buffer, type_id);

Callers

nothing calls this directly

Calls 1

write_primitive_itemFunction · 0.85

Tested by

no test coverage detected