MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / format

Method format

Sources/Shared/Base/Format.cpp:345–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343 }
344
345 std::size_t Formatter<int>::format(const Containers::MutableStringView& buffer, int value, FormatContext& context) {
346 return formatNumber(buffer, value, context);
347 }
348
349 std::size_t Formatter<unsigned int>::format(const Containers::MutableStringView& buffer, unsigned int value, FormatContext& context) {
350 return formatNumber(buffer, value, context);

Callers

nothing calls this directly

Calls 5

formatNumberFunction · 0.85
DEATH_ASSERTFunction · 0.85
formatFunction · 0.85
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected