Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GDRETools/gdsdecomp
/ set_node_diff_map
Method
set_node_diff_map
utility/diff_result.cpp:113–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
}
112
113
void FileDiffResult::set_node_diff_map(const HashMap<String, Ref<NodeDiffResult>> &p_diffs) {
114
node_diffs = p_diffs;
115
}
116
117
Dictionary FileDiffResult::get_node_diffs() const {
118
Dictionary result;
Callers
1
get_resource_diff
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected