mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: add TracingInspector::config (#5982)
This commit is contained in:
@ -81,6 +81,11 @@ impl TracingInspector {
|
||||
}
|
||||
}
|
||||
|
||||
/// Returns the config of the inspector.
|
||||
pub fn config(&self) -> &TracingInspectorConfig {
|
||||
&self.config
|
||||
}
|
||||
|
||||
/// Gets a reference to the recorded call traces.
|
||||
pub fn get_traces(&self) -> &CallTraceArena {
|
||||
&self.traces
|
||||
|
||||
Reference in New Issue
Block a user