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

Method new_null

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

Source from the content-addressed store, hash-verified

22 }
23
24 auto Array::new_null() -> void
25 {
26 m_members.emplace_back(std::make_unique<Null>());
27 }
28
29 auto Array::new_bool(bool value) -> void
30 {

Callers 2

generate_tmapoverrideMethod · 0.45
dump_to_jsonFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected