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

Method block

crates/kernel/src/profile.rs:172–174  ·  view source on GitHub ↗

The entry for block id `i`.

(&self, i: u32)

Source from the content-addressed store, hash-verified

170}
171
172/// A recorded kernel profile over an environment.
173///
174/// Blocks are indexed by stable id `0..num_blocks`. The delta graph is stored
175/// in CSR form: `producers(c)` are the block ids whose definition bodies block
176/// `c` delta-unfolds (the "consumer → producer" direction). Self-edges are
177/// dropped; producer lists are sorted and deduplicated.

Callers 15

build_block_profileFunction · 0.80
sampleFunction · 0.80
merge_order_independentFunction · 0.80
from_profileMethod · 0.80
buildMethod · 0.80
per_shard_stepsFunction · 0.80
partition_for_cycle_capFunction · 0.80
two_clustersFunction · 0.80
shard_predictedFunction · 0.80

Calls 1

entryMethod · 0.80