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

Function cursor_at

ds4.c:1714–1722  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1712 ds4_expert_profile_write_layer(fp, il);
1713 fputs(il + 1u == p->n_layer ? "\n" : ",\n", fp);
1714 }
1715 fputs(" ]\n}\n", fp);
1716
1717 if (fclose(fp) != 0) {
1718 fprintf(stderr,
1719 "ds4: failed to close expert profile output %s: %s\n",
1720 p->path,
1721 strerror(errno));
1722 } else {
1723 fprintf(stderr,
1724 "ds4: wrote Metal expert locality profile to %s "
1725 "(%" PRIu64 " layer records, %" PRIu64 " selections)\n",

Callers 12

model_get_stringFunction · 0.85
model_get_u32Function · 0.85
model_get_u64Function · 0.85
model_get_u64_compatFunction · 0.85
model_get_f32_compatFunction · 0.85
model_get_boolFunction · 0.85
model_get_arrayFunction · 0.85
parse_metadataFunction · 0.85
model_openFunction · 0.85
vocab_loadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected