MCPcopy Create free account
hub / github.com/acl-dev/acl / get_code

Method get_code

lib_acl_cpp/src/smtp/smtp_client.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42int smtp_client::get_code(void) const
43{
44 return client_ == NULL ? -1 : client_->smtp_code;
45}
46
47const char* smtp_client::get_status(void) const
48{

Callers 1

send_mailFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected