Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Jowett <[email protected]>
  • Loading branch information
Alan Jowett committed Oct 25, 2024
1 parent 3d79b66 commit 5f2de4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crab_verifier.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ bool ebpf_check_constraints_at_label(std::ostream& os, const std::string& label,
* @param[in] label The label in the CFG where invariants should be retrieved
* @return The set of invariants at the given label.
* Each invariant represents a constraint on the program state at this point.
* @throw std::out_of_range If the label is not found.
* Returns an empty set if no invariants are available.
*/
std::set<std::string> ebpf_get_invariants_at_label(const std::string& label);

0 comments on commit 5f2de4e

Please sign in to comment.