Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ rsort_all_duplicates
Function
rsort_all_duplicates
src/simplicity/test.c:527–530 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
525
}
526
527
static sha256_midstate rsort_all_duplicates(uint_fast32_t i) {
528
(void)i;
529
return hashint(0);
530
}
531
532
static sha256_midstate rsort_one_duplicate(uint_fast32_t i) {
533
return hashint(i ? i : 1);
Callers
nothing calls this directly
Calls
1
hashint
Function · 0.85
Tested by
no test coverage detected