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

Function format

modules/core/core/include/OpenString/format.h:263–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261
262 template<class Format, class...Args>
263 [[nodiscard]] codeunit_sequence format(const Format& format_mold_literal, const Args&...args)
264 {
265 return details::produce_format(details::format_mold_view{ details::view_sequence(format_mold_literal) }, args...);
266 }
267
268 // code-region-start: formatter specializations for built-in types
269

Callers 15

main_module_execMethod · 0.50
_ImportMethod · 0.50
AddCookTaskMethod · 0.50
EnsureCookedMethod · 0.50
CookMethod · 0.50
log_sink.cppFile · 0.50
format_NArgsFunction · 0.50
log_pattern.cppFile · 0.50
skr_run_processFunction · 0.50
internalHandlerMethod · 0.50
initializeMethod · 0.50
produceMethod · 0.50

Calls 2

produce_formatFunction · 0.85
view_sequenceFunction · 0.85

Tested by

no test coverage detected