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

Function imap_warn

imap-send.c:477–487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

475}
476
477__attribute__((format (printf, 1, 2)))
478static void imap_warn(const char *msg, ...)
479{
480 va_list va;
481
482 if (-2 < verbosity) {
483 va_start(va, msg);
484 vfprintf(stderr, msg, va);
485 va_end(va);
486 }
487}
488
489static char *next_arg(char **s)
490{

Callers 1

imap_open_storeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected