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

Method readBlockNumber

lib/vfs/zdos.cc:308–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306 }
307
308 int readBlockNumber(ByteReader& br)
309 {
310 int sectorId = br.read_8();
311 int track = br.read_8();
312 return toBlockNumber(sectorId, track);
313 }
314
315private:
316 const ZDosProto& _config;

Callers 1

ZDosDescriptorMethod · 0.80

Calls 1

read_8Method · 0.80

Tested by

no test coverage detected