Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/conflow-dev/ConFlow
/ compare
Function
compare
sgx_tf_ops/Enclave/Enclave.cpp:5347–5349 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5345
}
5346
5347
bool compare(int a, int b) {
5348
return a > b;
5349
};
5350
5351
bool compare_grad(const Element& a, const Element& b) {
5352
return a.value > b.value;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected