MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / print

Method print

extlibs/fmt/include/fmt/os.h:256–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254
255 template <typename... Args>
256 inline void print(string_view format_str, const Args&... args) {
257 vprint(format_str, make_format_args(args...));
258 }
259};
260
261#if FMT_USE_FCNTL

Callers

nothing calls this directly

Calls 2

make_format_argsFunction · 0.85
vprintFunction · 0.70

Tested by

no test coverage detected