| 3 | namespace RC::JSON |
| 4 | { |
| 5 | String::String(StringViewType string) : m_data(string) |
| 6 | { |
| 7 | } |
| 8 | |
| 9 | auto String::serialize([[maybe_unused]] ShouldFormat should_format, [[maybe_unused]] int32_t* indent_level) -> StringType |
| 10 | { |
nothing calls this directly
no outgoing calls
no test coverage detected