Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
861
static 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_store
Function · 0.85
append_msgs_to_imap
Function · 0.85
list_imap_folders
Function · 0.85
Calls
1
imap_close_server
Function · 0.85
Tested by
no test coverage detected