MCPcopy Create free account
hub / github.com/IoLanguage/io / UArray_evenHash

Function UArray_evenHash

libs/basekit/source/UArray_math.c:542–548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

540}
541
542uintptr_t UArray_evenHash(UArray *self) {
543 if (!self->evenHash) {
544 self->evenHash = UArray_calcEvenHash(self);
545 }
546
547 return self->evenHash;
548}
549
550int UArray_equalsWithHashCheck_(UArray *self, UArray *other) {
551 if (self == other) {

Callers 1

Calls 1

UArray_calcEvenHashFunction · 0.85

Tested by

no test coverage detected