The address to pass to `tc.check_const`.
(&self)
| 63 | impl AnonWorkItem { |
| 64 | /// The address to pass to `tc.check_const`. |
| 65 | pub fn primary(&self) -> &Address { |
| 66 | match self { |
| 67 | AnonWorkItem::Standalone { addr } => addr, |
| 68 | AnonWorkItem::Block { primary, .. } => primary, |
| 69 | } |
| 70 | } |
| 71 | |
| 72 | /// Every kernel-checked target this item covers (one for |
| 73 | /// `Standalone`, `targets.len()` for `Block`). |
no outgoing calls
no test coverage detected