MCPcopy Create free account
hub / github.com/GDRETools/gdsdecomp / set_new_object

Method set_new_object

utility/diff_result.cpp:210–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210void ObjectDiffResult::set_new_object(Object *p_new_object) {
211 new_object = p_new_object;
212}
213
214Object *ObjectDiffResult::get_new_object() const {
215 return new_object;

Callers 2

get_diff_objMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected