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

Method get_file_diff

utility/diff_result.cpp:26–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26Ref<FileDiffResult> DiffResult::get_file_diff(const String &p_path) const {
27 if (file_diffs.has(p_path)) {
28 return file_diffs[p_path];
29 }
30 return Ref<FileDiffResult>();
31}
32
33Dictionary DiffResult::get_file_diffs() const {
34 Dictionary result;

Callers

nothing calls this directly

Calls 4

load_resourceFunction · 0.85
set_res_newMethod · 0.80
set_res_oldMethod · 0.80
set_typeMethod · 0.45

Tested by

no test coverage detected