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

Function model_get_string

ds4.c:1731–1736  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1729 "ds4: wrote Metal expert locality profile to %s "
1730 "(%" PRIu64 " layer records, %" PRIu64 " selections)\n",
1731 p->path,
1732 p->total_records,
1733 p->total_selections);
1734 }
1735 }
1736 }
1737 ds4_expert_profile_write_hotlist_file(p);
1738
1739 free(p->path);

Callers 1

model_summaryFunction · 0.85

Calls 3

model_find_kvFunction · 0.85
cursor_atFunction · 0.85
cursor_stringFunction · 0.85

Tested by

no test coverage detected