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

Function vformat

lib_acl_cpp/include/acl_cpp/stream/aio_ostream.hpp:228–230  ·  view source on GitHub ↗

* same as vformat_await() */

Source from the content-addressed store, hash-verified

226 * same as vformat_await()
227 */
228 void vformat(const char* fmt, va_list ap) {
229 vformat_await(fmt, ap);
230 }
231
232 /**
233 * Asynchronously wait for connection stream to be writable. This function sets

Callers 5

formatMethod · 0.50
formatMethod · 0.50
string.cppFile · 0.50
formatMethod · 0.50
formatMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…