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

Method set_property_diff

utility/diff_result.cpp:241–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239}
240
241void ObjectDiffResult::set_property_diff(const Ref<PropertyDiffResult> &p_diff) {
242 property_diffs[p_diff->get_name()] = Variant(p_diff);
243}
244
245Ref<PropertyDiffResult> ObjectDiffResult::get_property_diff(const String &p_name) const {
246 if (property_diffs.has(p_name)) {

Callers 1

get_diff_objMethod · 0.80

Calls 1

get_nameMethod · 0.45

Tested by

no test coverage detected