Skip to content

Commit

Permalink
Update 5.3-value.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hxuhack authored Jan 6, 2025
1 parent 49c0c96 commit 6ba3ec5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/5.3-value.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ This module defines a graph data structure to store the data parsed from Rust mi
## Quick Usage Guide
Developers can test the feature using the following command:
```shell
cargo rap -dataflow
cargo rapx -dataflow
```

To switch in debug mode and draw the graph with `graphviz`, execute the following command.
```shell
cargo rap -dataflow=debug
cargo rapx -dataflow=debug
```

For example, we can apply the value flow analysis to the `dangling_min` case, and the result of function `create_vec` is as follows:
Expand Down

0 comments on commit 6ba3ec5

Please sign in to comment.