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

Method to_string

libminifi/src/utils/ByteArrayCallback.cpp:58–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58const std::vector<char> ByteOutputCallback::to_string() {
59 std::vector<char> buffer;
60 buffer.resize(size_.load());
61 readFully(buffer.data(), size_.load());
62 return buffer;
63}
64
65void ByteOutputCallback::close() {
66 is_alive_ = false;

Callers

nothing calls this directly

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected