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

Method set_file_diff

utility/diff_result.cpp:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22void DiffResult::set_file_diff(const String &p_path, const Ref<FileDiffResult> &p_diff) {
23 file_diffs[p_path] = p_diff;
24}
25
26Ref<FileDiffResult> DiffResult::get_file_diff(const String &p_path) const {
27 if (file_diffs.has(p_path)) {

Callers 2

get_diffMethod · 0.80
get_diff_from_listMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected