MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / next

Method next

lib/fluxsource/fluxsource.cc:72–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 }
71
72 std::unique_ptr<const Fluxmap> next() override
73 {
74 auto fluxmap = _fluxSource->readSingleFlux(_track, _head);
75 _fluxSource = nullptr;
76 return fluxmap;
77 }
78
79private:
80 TrivialFluxSource* _fluxSource;

Callers

nothing calls this directly

Calls 1

readSingleFluxMethod · 0.45

Tested by

no test coverage detected