The ingress-block address of a work item's `primary` — the key for matching a resolved target constant to the work item that covers it.
(env: &IxonEnv, item: &AnonWorkItem)
| 322 | /// The ingress-block address of a work item's `primary` — the key for matching |
| 323 | /// a resolved target constant to the work item that covers it. |
| 324 | pub fn work_block_addr(env: &IxonEnv, item: &AnonWorkItem) -> Address { |
| 325 | block_of_addr(env, item.primary()) |
| 326 | } |
no test coverage detected