| 185 | } |
| 186 | |
| 187 | int cbdb::ArrayGetN(int ndim, const int *dims) { |
| 188 | CBDB_WRAP_START; |
| 189 | { return ArrayGetNItems(ndim, dims); } |
| 190 | CBDB_WRAP_END; |
| 191 | return 0; |
| 192 | } |
| 193 | |
| 194 | ArrayIterator cbdb::ArrayCreateIterator(ArrayType *arr, int slice_ndim, |
| 195 | ArrayMetaState *mstate) { |
nothing calls this directly
no test coverage detected