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.
SourceData::contract_definitions
1 parent 57ba088 commit 15234e8Copy full SHA for 15234e8
crates/evm/traces/src/debug/sources.rs
@@ -26,7 +26,7 @@ pub struct SourceData {
26
pub path: PathBuf,
27
/// Maps contract name to (start, end) of the contract definition in the source code.
28
/// This is useful for determining which contract contains given function definition.
29
- contract_definitions: Vec<(String, Range<usize>)>,
+ pub contract_definitions: Vec<(String, Range<usize>)>,
30
}
31
32
impl SourceData {
0 commit comments