MCPcopy Create free account
hub / github.com/antirez/ds4 / cursor_skip

Function cursor_skip

ds4.c:1496–1500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1494 (double)intersection / (double)union_size;
1495 }
1496 }
1497
1498 p->prev_valid[il] = true;
1499 p->prev_pos[il] = pos;
1500
1501 for (uint32_t slot = 0; slot < p->n_expert_used; slot++) {
1502 const int expert = selected[slot];
1503 const float weight = weights[slot];

Callers 1

skip_valueFunction · 0.85

Calls 1

cursor_hasFunction · 0.85

Tested by

no test coverage detected