Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
54
void 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
startConsumerThread
Method · 0.45
onTrigger
Function · 0.45
process
Method · 0.45
Calls
no outgoing calls
Tested by
1
startConsumerThread
Method · 0.36