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

Function Fory_PyClearBufferOutputStream

python/pyfory/cpp/pyfory.cc:1624–1631  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1622}
1623
1624int Fory_PyClearBufferOutputStream(Buffer *buffer, std::string *error_message) {
1625 if (buffer == nullptr) {
1626 *error_message = "buffer must not be null";
1627 return -1;
1628 }
1629 buffer->clear_output_stream();
1630 return 0;
1631}
1632} // namespace fory

Callers

nothing calls this directly

Calls 1

clear_output_streamMethod · 0.80

Tested by

no test coverage detected