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

Method targets

crates/kernel/src/anon_work.rs:74–79  ·  view source on GitHub ↗

Every kernel-checked target this item covers (one for `Standalone`, `targets.len()` for `Block`).

(&self)

Source from the content-addressed store, hash-verified

72 /// Every kernel-checked target this item covers (one for
73 /// `Standalone`, `targets.len()` for `Block`).
74 pub fn targets(&self) -> &[Address] {
75 match self {
76 AnonWorkItem::Standalone { addr } => core::slice::from_ref(addr),
77 AnonWorkItem::Block { targets, .. } => targets,
78 }
79 }
80
81 /// Every `env.consts` key this item certifies (proves) well-typed when
82 /// its `primary` is checked — the *proven targets*, in the same address

Callers 3

count_checkableFunction · 0.80
item_cost_bytesFunction · 0.80
plan_inputFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected