MCPcopy 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_writeMethod · 0.45

Calls 3

assignMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected