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

Method reset

lib_acl_cpp/src/smtp/smtp_client.cpp:242–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240}
241
242bool smtp_client::reset(void)
243{
244 return smtp_rset(client_) == 0 ? true : false;
245}
246
247bool smtp_client::write(const char* data, size_t len)
248{

Callers 1

save_toMethod · 0.45

Calls 1

smtp_rsetFunction · 0.85

Tested by

no test coverage detected