pub fn inline_frames_for_operation<'a>(
current: Option<(&DebugInfo<MastNodeId, DebugSourceNodeId>, DebugSourceNodeId, u32)>,
inherited: impl IntoIterator<Item = &'a SourceInlineCallContext>,
) -> Vec<InlineCallFrame>Expand description
Resolves the inline frames active for an operation.
Rows owned by the current package come first. Contexts inherited across dynamic/external package boundaries follow in the VM-provided innermost-to-outermost order.