Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nifi-minifi-cpp
/ write
Method
write
libminifi/src/utils/ByteArrayCallback.cpp:52–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
void StreamOutputCallback::write(char *data, size_t size) {
53
if (!is_alive_)
54
return;
55
write_and_notify(data, size);
56
}
57
58
const std::vector<char> ByteOutputCallback::to_string() {
59
std::vector<char> buffer;
Callers
1
process
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected