We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9d9e84 commit dc9c669Copy full SHA for dc9c669
crates/interpreter/src/interpreter_action/call_inputs.rs
@@ -36,7 +36,7 @@ pub struct CallInputs {
36
///
37
/// Previously `context.scheme`.
38
pub scheme: CallScheme,
39
- /// Whether the call is initiated inside a static call.
+ /// Whether the call is, or is initiated inside a static call.
40
pub is_static: bool,
41
/// Whether the call is initiated from EOF bytecode.
42
pub is_eof: bool,
0 commit comments