Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
65
void ByteOutputCallback::close() {
66
is_alive_ = false;
67
spinner_.notify_all();
68
}
69
70
size_t ByteOutputCallback::getSize() {
71
return size_;
Callers
1
write
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected