mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-09 19:45:13 +02:00
[pitboss/grind] deferred session-0002 (20260516T052512Z-20f8)
This commit is contained in:
parent
7a2f82c2ab
commit
282acddbbf
11 changed files with 214 additions and 45 deletions
|
|
@ -809,6 +809,8 @@ pub struct CalleeSiteView {
|
|||
pub qualifier: Option<String>,
|
||||
#[serde(skip_serializing_if = "is_zero_u32")]
|
||||
pub ordinal: u32,
|
||||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
pub span: Option<(u32, u32)>,
|
||||
}
|
||||
|
||||
fn is_zero_u32(n: &u32) -> bool {
|
||||
|
|
@ -884,6 +886,7 @@ impl FuncSummaryView {
|
|||
receiver: c.receiver.clone(),
|
||||
qualifier: c.qualifier.clone(),
|
||||
ordinal: c.ordinal,
|
||||
span: c.span,
|
||||
})
|
||||
.collect(),
|
||||
ssa_summary: ssa_view,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue