| 1563 | } |
| 1564 | |
| 1565 | PyObject *Fory_PyReadBasicFieldFromBuffer(Buffer *buffer, uint8_t type_id) { |
| 1566 | return read_primitive_item(buffer, type_id); |
| 1567 | } |
| 1568 | |
| 1569 | int Fory_PyCreateBufferFromStream(PyObject *stream, uint32_t buffer_size, |
| 1570 | Buffer **out, std::string *error_message) { |
nothing calls this directly
no test coverage detected