MCPcopy 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

105class 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

readGroupFunction · 0.45
mainConvertFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected