MCPcopy Create free account
hub / github.com/apache/thrift / isFull

Method isFull

lib/cpp/src/thrift/transport/TFileTransport.cpp:963–965  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

961}
962
963bool TFileTransportBuffer::isFull() {
964 return writePoint_ == size_;
965}
966
967bool TFileTransportBuffer::isEmpty() {
968 return writePoint_ == 0;

Callers 1

enqueueEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected