MCPcopy 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
232bool smtp_client::quit(void)
233{
234 return smtp_quit(client_) == 0 ? true : false;
235}
236
237bool smtp_client::noop(void)
238{

Callers 2

send_mailFunction · 0.45
test_quitFunction · 0.45

Calls 1

smtp_quitFunction · 0.85

Tested by 1

test_quitFunction · 0.36