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

Function addr

crates/kernel/src/profile.rs:512–514  ·  view source on GitHub ↗
(byte: u8)

Source from the content-addressed store, hash-verified

510 pub producers: FxHashSet<Address>,
511 /// Richer cost features (substitution-node visits, whnf/def-eq calls),
512 /// recorded on every native profiling run; compiled out (all zero) on the
513 /// zkvm target.
514 pub ops: OpCounts,
515}
516
517impl ProfileSink {

Callers 2

sampleFunction · 0.70
merge_order_independentFunction · 0.70

Calls

no outgoing calls

Tested by 1

merge_order_independentFunction · 0.56