Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
process
Method · 0.45
send_write
Method · 0.45
seek_callback
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected