Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nifi-minifi-cpp
/ write
Method
write
libminifi/include/utils/ByteArrayCallback.h:63–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
virtual void write(std::string content) {
64
vec.assign(content.begin(), content.end());
65
ptr = &vec[0];
66
}
67
68
virtual char *getBuffer(size_t pos) {
69
return &vec[pos];
Callers
1
recieve_write
Method · 0.45
Calls
3
assign
Method · 0.45
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected