MCPcopy Create free account
hub / github.com/argumentcomputer/ix / work_block_addr

Function work_block_addr

crates/kernel/src/anon_work.rs:324–326  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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.
324pub fn work_block_addr(env: &IxonEnv, item: &AnonWorkItem) -> Address {
325 block_of_addr(env, item.primary())
326}

Callers 3

constant_inputsFunction · 0.85
run_constantFunction · 0.85
group_work_by_manifestFunction · 0.85

Calls 2

block_of_addrFunction · 0.85
primaryMethod · 0.80

Tested by

no test coverage detected