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

Method format

lib_acl_cpp/src/queue/queue_file.cpp:260–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258}
259
260int queue_file::format(const char* fmt, ...)
261{
262 va_list ap;
263 va_start(ap, fmt);
264 int ret = vformat(fmt, ap);
265 va_end(ap);
266 return ret;
267}
268
269int queue_file::vformat(const char* fmt, va_list ap)
270{

Callers

nothing calls this directly

Calls 1

vformatFunction · 0.50

Tested by

no test coverage detected