Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
210
void ObjectDiffResult::set_new_object(Object *p_new_object) {
211
new_object = p_new_object;
212
}
213
214
Object *ObjectDiffResult::get_new_object() const {
215
return new_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