Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/fluxengine
/ operator<=>
Method
operator<=>
lib/data/sector.h:49–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
std::strong_ordering operator<=>(const Sector& rhs) const
50
{
51
return key() <=> rhs.key();
52
}
53
};
54
55
template <>
Callers
nothing calls this directly
Calls
1
key
Method · 0.80
Tested by
no test coverage detected