pub type CallEvidence = EvidenceKind;Expand description
Unified evidence attached to one logical call relation. 一条逻辑调用关系携带的统一证据等级。
Aliased Type§
pub enum CallEvidence {
Live,
Source,
Mir,
External,
Unknown,
}pub type CallEvidence = EvidenceKind;Unified evidence attached to one logical call relation. 一条逻辑调用关系携带的统一证据等级。
pub enum CallEvidence {
Live,
Source,
Mir,
External,
Unknown,
}