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

Function UArray_changed

libs/basekit/source/UArray_math.c:498–501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

496// hash
497
498void UArray_changed(UArray *self) {
499 self->evenHash = 0;
500 self->oddHash = 0;
501}
502
503#include "Hash_fnv.h"
504#include "Hash_superfast.h"

Callers 15

UArray_replace_with_Function · 0.85
UArray_reverseFunction · 0.85
UArray_swapWith_Function · 0.85
UArray_escapeFunction · 0.85
UArray_unescapeFunction · 0.85
UArray_quoteFunction · 0.85
UArray_unquoteFunction · 0.85
UArray_crossProduct_Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected