MCPcopy Create free account
hub / github.com/UE4SS-RE/RE-UE4SS / String

Method String

deps/first/JSON/src/String.cpp:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3namespace 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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected