| 661 | template void FormatArgument(FormatBuffer&, FormatToken, std::string_view); |
| 662 | |
| 663 | bool IsRealNameStringId(StringId id) |
| 664 | { |
| 665 | return id >= kRealNameStart && id <= kRealNameEnd; |
| 666 | } |
| 667 | |
| 668 | FmtString GetFmtStringById(StringId id) |
| 669 | { |
no outgoing calls
no test coverage detected