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

Function UArray_find_

libs/basekit/source/UArray.c:1054–1057  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1052 }
1053
1054long UArray_find_(const UArray *self, const UArray *other) {
1055 DUARRAY_OP(UARRAY_FIND_TYPES, NULL, self, other);
1056 return -1;
1057}
1058
1059int UArray_contains_(const UArray *self, const UArray *other) {
1060 return UArray_find_(self, other) != -1;

Callers 9

UArray_replace_with_Function · 0.85
UArray_clipBefore_Function · 0.85
UArray_clipBeforeEndOf_Function · 0.85
UArray_clipAfter_Function · 0.85
UArray_clipAfterStartOf_Function · 0.85
UArray_endsWith_Function · 0.85
UArray_contains_Function · 0.85
UArray_find_from_Function · 0.85
IoSeq_immutable.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected