MCPcopy Create free account
hub / github.com/FastLED/FastLED / format

Function format

src/fl/stl/format.h:439–441  ·  view source on GitHub ↗

Format with no arguments

Source from the content-addressed store, hash-verified

437
438/// Format with no arguments
439inline fl::string format(const char* fmt) {
440 return format_detail::format_impl(fmt, nullptr, 0);
441}
442
443/// Format with variadic arguments
444template <typename... Args>

Callers 1

FL_TEST_FILEFunction · 0.85

Calls 2

FormatArgClass · 0.85
format_implFunction · 0.70

Tested by

no test coverage detected