Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/fluxengine
/ hasNext
Method
hasNext
lib/fluxsource/fluxsource.h:107–110 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
105
class EmptyFluxSourceIterator : public FluxSourceIterator
106
{
107
bool hasNext() const override
108
{
109
return false;
110
}
111
112
std::unique_ptr<const Fluxmap> next() override
113
{
Callers
2
readGroup
Function · 0.45
mainConvert
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected