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

Method get_property_diffs

utility/diff_result.cpp:229–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229Dictionary ObjectDiffResult::get_property_diffs() const {
230 Dictionary result;
231 for (const auto &pair : property_diffs) {
232 result[pair.key] = pair.value;
233 }
234 return result;
235}
236
237HashMap<String, Variant> ObjectDiffResult::get_property_diff_map() const {
238 return HashMap<String, Variant>(property_diffs);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected