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

Method readSingleFlux

lib/fluxsource/flxfluxsource.cc:32–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31public:
32 std::unique_ptr<const Fluxmap> readSingleFlux(int track, int side) override
33 {
34 std::string path =
35 fmt::format("{}/@TR{:02}S{}@.FLX", _path, track, side + 1);
36 log("FLX: reading {}", path);
37 return readFlxBytes(Bytes::readFromFile(path));
38 }
39
40 void recalibrate() override {}
41

Callers

nothing calls this directly

Calls 2

readFlxBytesFunction · 0.85
logFunction · 0.50

Tested by

no test coverage detected