Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ quit
Method
quit
lib_acl_cpp/src/smtp/smtp_client.cpp:232–235 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
230
}
231
232
bool smtp_client::quit(void)
233
{
234
return smtp_quit(client_) == 0 ? true : false;
235
}
236
237
bool smtp_client::noop(void)
238
{
Callers
2
send_mail
Function · 0.45
test_quit
Function · 0.45
Calls
1
smtp_quit
Function · 0.85
Tested by
1
test_quit
Function · 0.36