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

Method key

lib/data/sector.h:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 Sector(const LogicalLocation& location);
42
43 std::tuple<int, int, int, Status> key() const
44 {
45 return std::make_tuple(
46 logicalCylinder, logicalHead, logicalSector, status);
47 }
48
49 std::strong_ordering operator<=>(const Sector& rhs) const
50 {

Callers 2

operator<=>Method · 0.80
checkOptionValidMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected