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

Method new_array

deps/first/JSON/src/Array.cpp:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12 }
13
14 auto Array::new_array() -> class Array&
15 {
16 return static_cast<Array&>(*m_members.emplace_back(std::make_unique<Array>()));
17 }
18
19 auto Array::new_string(const StringType& value) -> void
20 {

Callers 3

generate_tmapoverrideMethod · 0.45
dump_to_jsonFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected