We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46f2ce4 + b12deec commit 59fce5aCopy full SHA for 59fce5a
src/goto-checker/goto_trace_storage.h
@@ -24,6 +24,8 @@ class goto_trace_storaget
24
const goto_tracet &insert(goto_tracet &&);
25
26
/// Store trace that contains multiple violated assertions
27
+ /// \note Only property IDs that are not part of any already stored trace
28
+ /// are mapped to the given trace.
29
const goto_tracet &insert_all(goto_tracet &&);
30
31
const std::vector<goto_tracet> &all() const;
0 commit comments