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

Method format

lib_acl_cpp/src/smtp/smtp_client.cpp:252–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250}
251
252bool smtp_client::format(const char* fmt, ...)
253{
254 va_list ap;
255 va_start(ap, fmt);
256 bool ret = vformat(fmt, ap);
257 va_end(ap);
258 return ret;
259}
260
261bool smtp_client::vformat(const char* fmt, va_list ap)
262{

Callers 5

mail_attach.cppFile · 0.45
create_boundaryMethod · 0.45
append_multipartMethod · 0.45
save_relativeMethod · 0.45
save_alternativeMethod · 0.45

Calls 1

vformatFunction · 0.50

Tested by

no test coverage detected