Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
202
void ObjectDiffResult::set_old_object(Object *p_old_object) {
203
old_object = p_old_object;
204
}
205
206
Object *ObjectDiffResult::get_old_object() const {
207
return old_object;
Callers
2
get_diff_obj
Method · 0.80
evaluate_node_differences
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected