MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / format_NArgs

Function format_NArgs

modules/core/core/src/core/log/log_pattern.cpp:244–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242
243template <size_t... N>
244skr::String format_NArgs(std::index_sequence<N...>, const skr::StringView& fmt, const skr::Array<FormatArg, kAttributeCount>& args)
245{
246 return skr::format(fmt, args[N]...);
247}
248
249const static char8_t* main_thread_name = u8"main";
250const static char8_t* unknown_thread_name = u8"unknown";

Callers 1

log_pattern.cppFile · 0.85

Calls 1

formatFunction · 0.50

Tested by

no test coverage detected