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

Function cursor_error

ds4.c:1475–1479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1473
1474 p->layer_records[il]++;
1475 p->total_records++;
1476 if (is_hash) p->layer_is_hash[il] = true;
1477
1478 if (p->prev_valid[il] && p->prev_pos[il] + 1u == pos) {
1479 uint32_t intersection = 0;
1480 for (uint32_t a = 0; a < p->n_expert_used; a++) {
1481 for (uint32_t b = 0; b < p->n_expert_used; b++) {
1482 if (p->prev_selected[il][a] == selected[b]) {

Callers 2

cursor_hasFunction · 0.85
skip_valueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected