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

Function Fory_PyReadBasicFieldFromBuffer

python/pyfory/cpp/pyfory.cc:1565–1567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1563}
1564
1565PyObject *Fory_PyReadBasicFieldFromBuffer(Buffer *buffer, uint8_t type_id) {
1566 return read_primitive_item(buffer, type_id);
1567}
1568
1569int Fory_PyCreateBufferFromStream(PyObject *stream, uint32_t buffer_size,
1570 Buffer **out, std::string *error_message) {

Callers

nothing calls this directly

Calls 1

read_primitive_itemFunction · 0.85

Tested by

no test coverage detected