Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GDRETools/gdsdecomp
/ set_res_old
Method
set_res_old
utility/diff_result.cpp:82–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
void FileDiffResult::set_res_old(const Ref<Resource> &p_res) {
83
res_old = p_res;
84
}
85
86
Ref<Resource> FileDiffResult::get_res_old() const {
87
return res_old;
Callers
3
get_resource_diff
Method · 0.80
get_file_diff
Method · 0.80
get_diff
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected