MCPcopy Create free account
hub / github.com/dobin/RedEdr / vtextprintf

Function vtextprintf

RedEdrShared/loguru.cpp:421–424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

419
420#if LOGURU_USE_FMTLIB
421 Text vtextprintf(const char* format, fmt::format_args args)
422 {
423 return Text(STRDUP(fmt::vformat(format, args).c_str()));
424 }
425#else
426 LOGURU_PRINTF_LIKE(1, 0)
427 static Text vtextprintf(const char* format, va_list vlist)

Callers 6

textprintfFunction · 0.85
textprintfFunction · 0.85
vlogFunction · 0.85
raw_logFunction · 0.85
log_and_abortFunction · 0.85
vstrprintfFunction · 0.85

Calls 1

TextFunction · 0.85

Tested by

no test coverage detected