Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
963
bool TFileTransportBuffer::isFull() {
964
return writePoint_ == size_;
965
}
966
967
bool TFileTransportBuffer::isEmpty() {
968
return writePoint_ == 0;
Callers
1
enqueueEvent
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected