We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c35211 commit 11c9accCopy full SHA for 11c9acc
src/goto-diff/unified_diff.cpp
@@ -396,3 +396,8 @@ void unified_difft::output(std::ostream &os) const
396
os);
397
}
398
399
+
400
+const unified_difft::differences_mapt &unified_difft::differences_map() const
401
+{
402
+ return differences_map_;
403
+}
src/goto-diff/unified_diff.h
@@ -103,6 +103,8 @@ class unified_difft
103
false));
104
105
106
+ const differences_mapt &differences_map() const;
107
108
private:
109
differences_mapt differences_map_;
110
};
0 commit comments