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

Method seek

libminifi/include/utils/ByteArrayCallback.h:59–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 }
58
59 virtual void seek(size_t pos) {
60 ptr = &vec[pos];
61 }
62
63 virtual void write(std::string content) {
64 vec.assign(content.begin(), content.end());

Callers 3

processMethod · 0.45
send_writeMethod · 0.45
seek_callbackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected