Re-exports§
pub use cg::CallGraph;
pub use cg::Node;
pub use cg::Edge;
pub use cg::NodeType;
pub use cg::EdgeType;
pub use cg::ParameterInfo;
pub use cg::Visibility;
Modules§
- builtin
- Defines known Solidity built-in functions and properties.
- cg
- cg_dot
- DOT (Graphviz) format export for Call Graphs.
- cg_
mermaid - chains
- Module for resolving types and analyzing chained calls in Solidity expressions.
- interface_
resolver - manifest
- natspec
- parser
- reachability
- steps
- storage_
access - Storage Access Analysis Module