pub fn evaluate_synthetic_method(
address: u64,
def: &DieTypeDefinition,
method: &str,
_args: &[Value],
resolver: &dyn DataResolver,
) -> Result<Value>
Expand description
Evaluate a synthetic method call
pub fn evaluate_synthetic_method(
address: u64,
def: &DieTypeDefinition,
method: &str,
_args: &[Value],
resolver: &dyn DataResolver,
) -> Result<Value>
Evaluate a synthetic method call