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

Method set_props

utility/diff_result.cpp:98–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98void FileDiffResult::set_props(const Ref<ObjectDiffResult> &p_props) {
99 props = p_props;
100}
101
102Ref<ObjectDiffResult> FileDiffResult::get_props() const {
103 return props;

Callers 2

get_resource_diffMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected