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

Method rpc_wakeup

app/net_tools/mail/smtp_client.cpp:123–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123void smtp_client::rpc_wakeup(void* ctx)
124{
125 UP_CTX* up = (UP_CTX*) ctx;
126
127 callback_->smtp_report(up->msg.c_str(),
128 up->total, up->curr, meter_);
129 delete up;
130}
131
132//////////////////////////////////////////////////////////////////////////
133// ���߳�������

Callers

nothing calls this directly

Calls 2

smtp_reportMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected