MCPcopy Create free account
hub / github.com/EasyRPG/Player / format

Method format

src/string_view.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22#include <fmt/format.h>
23
24auto fmt::formatter<lcf::DBString>::format(const lcf::DBString& s, format_context& ctx) const -> decltype(ctx.out()) {
25 string_view sv(s.data(), s.size());
26 return formatter<string_view>::format(sv, ctx);
27}
28
29#endif

Callers 15

alpha_typeMethod · 0.80
opacity_typeMethod · 0.80
SetFormatMethod · 0.80
ChooseFormatMethod · 0.80
vRenderShapedMethod · 0.80
CtrUiMethod · 0.80
GetDynamicFormatFunction · 0.80
GetDynamicFormatFunction · 0.80
scanRootFolderMethod · 0.80
reportBugMethod · 0.80

Calls 2

dataMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected