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

Function rsort_one_duplicate

src/simplicity/test.c:532–534  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

530}
531
532static sha256_midstate rsort_one_duplicate(uint_fast32_t i) {
533 return hashint(i ? i : 1);
534}
535
536/* Tests a worst-case conditions for stack usage in rsort. */
537static sha256_midstate rsort_diagonal(uint_fast32_t i) {

Callers

nothing calls this directly

Calls 1

hashintFunction · 0.85

Tested by

no test coverage detected