MCPcopy Create free account
hub / github.com/apache/nifi-minifi-cpp / close

Method close

libminifi/src/utils/ByteArrayCallback.cpp:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65void ByteOutputCallback::close() {
66 is_alive_ = false;
67 spinner_.notify_all();
68}
69
70size_t ByteOutputCallback::getSize() {
71 return size_;

Callers 1

writeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected