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

Function imap_info

imap-send.c:464–475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

462}
463
464__attribute__((format (printf, 1, 2)))
465static void imap_info(const char *msg, ...)
466{
467 va_list va;
468
469 if (0 <= verbosity) {
470 va_start(va, msg);
471 vprintf(msg, va);
472 va_end(va);
473 fflush(stdout);
474 }
475}
476
477__attribute__((format (printf, 1, 2)))
478static void imap_warn(const char *msg, ...)

Callers 1

imap_open_storeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected