MCPcopy Create free account
hub / github.com/ElementsProject/elements / rsort_no_duplicates

Function rsort_no_duplicates

src/simplicity/test.c:523–525  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

521}
522
523static sha256_midstate rsort_no_duplicates(uint_fast32_t i) {
524 return hashint(i);
525}
526
527static sha256_midstate rsort_all_duplicates(uint_fast32_t i) {
528 (void)i;

Callers

nothing calls this directly

Calls 1

hashintFunction · 0.85

Tested by

no test coverage detected