Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ data_begin
Method
data_begin
lib_acl_cpp/src/smtp/smtp_client.cpp:222–225 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
220
}
221
222
bool smtp_client::data_begin(void)
223
{
224
return smtp_data(client_) == 0 ? true : false;
225
}
226
227
bool smtp_client::data_end(void)
228
{
Callers
1
send_mail
Function · 0.80
Calls
1
smtp_data
Function · 0.50
Tested by
no test coverage detected