MCPcopy Index your code
hub / github.com/git/git / walker_say

Function walker_say

walker.c:21–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19static struct object_id current_commit_oid;
20
21void walker_say(struct walker *walker, const char *fmt, ...)
22{
23 if (walker->get_verbosely) {
24 va_list ap;
25 va_start(ap, fmt);
26 vfprintf(stderr, fmt, ap);
27 va_end(ap);
28 }
29}
30
31static void report_missing(const struct object *obj)
32{

Callers 2

finish_object_requestFunction · 0.85
process_commitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected