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

Method add_object

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

Source from the content-addressed store, hash-verified

32 }
33
34 auto Array::add_object(std::unique_ptr<Object> object) -> void
35 {
36 m_members.emplace_back(std::move(object));
37 }
38
39 auto Array::serialize(ShouldFormat should_format, int32_t* indent_level) -> StringType
40 {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected