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

Method seek

extensions/http-curl/client/HTTPStream.cpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void HttpStream::seek(uint64_t /*offset*/) {
55 // seek is an unnecessary part of this implementatino
56 throw std::logic_error{"HttpStream::seek is unimplemented"};
57}
58
59// data stream overrides
60

Callers 3

startConsumerThreadMethod · 0.45
onTriggerFunction · 0.45
processMethod · 0.45

Calls

no outgoing calls

Tested by 1

startConsumerThreadMethod · 0.36