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

Function imap_close_store

imap-send.c:861–865  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

859}
860
861static void imap_close_store(struct imap_store *ctx)
862{
863 imap_close_server(ctx);
864 free(ctx);
865}
866
867#ifndef NO_OPENSSL
868

Callers 3

imap_open_storeFunction · 0.85
append_msgs_to_imapFunction · 0.85
list_imap_foldersFunction · 0.85

Calls 1

imap_close_serverFunction · 0.85

Tested by

no test coverage detected