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

Method readFully

libminifi/src/utils/ByteArrayCallback.cpp:103–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103size_t ByteOutputCallback::readFully(char *buffer, size_t size) {
104 return read_current_str(buffer, size);
105}
106
107size_t ByteOutputCallback::read_current_str(char *buffer, size_t size) {
108 size_t amount_to_read = size;

Callers 1

readMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected