MCPcopy Create free account
hub / github.com/chronoxor/CppLogging / format

Function format

tests/test_record_format.cpp:90–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88
89template <typename... T>
90std::string format(fmt::format_string<T...> pattern, T&&... args)
91{
92 Record record;
93 record.Format(pattern, std::forward<T>(args)...);
94 return record.message;
95}
96
97template <typename... T>
98std::string store(fmt::format_string<T...> pattern, T&&... args)

Callers 5

InputRecordFunction · 0.85
UpdateHashmapFunction · 0.85
async_format.cppFile · 0.85
PrepareFilePathMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected