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

Method set_old_object

utility/diff_result.cpp:202–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202void ObjectDiffResult::set_old_object(Object *p_old_object) {
203 old_object = p_old_object;
204}
205
206Object *ObjectDiffResult::get_old_object() const {
207 return old_object;

Callers 2

get_diff_objMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected