MCPcopy Create free account
hub / github.com/git/git / lazy_dir_thread_proc

Function lazy_dir_thread_proc

name-hash.c:472–479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

470};
471
472static void *lazy_dir_thread_proc(void *_data)
473{
474 struct lazy_dir_thread_data *d = _data;
475 struct strbuf prefix = STRBUF_INIT;
476 handle_range_1(d->istate, d->k_start, d->k_end, NULL, &prefix, d->lazy_entries);
477 strbuf_release(&prefix);
478 return NULL;
479}
480
481struct lazy_name_thread_data {
482 pthread_t pthread;

Callers

nothing calls this directly

Calls 2

handle_range_1Function · 0.85
strbuf_releaseFunction · 0.85

Tested by

no test coverage detected