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

Method on_width

extlibs/fmt/include/fmt/format.h:2096–2096  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2094 }
2095
2096 FMT_CONSTEXPR void on_width(int width) { specs_.width = width; }
2097 FMT_CONSTEXPR void on_precision(int precision) {
2098 specs_.precision = precision;
2099 }

Callers 1

parse_widthFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected