Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
242
bool smtp_client::reset(void)
243
{
244
return smtp_rset(client_) == 0 ? true : false;
245
}
246
247
bool smtp_client::write(const char* data, size_t len)
248
{
Callers
1
save_to
Method · 0.45
Calls
1
smtp_rset
Function · 0.85
Tested by
no test coverage detected