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

Function roundtrip_serialization

crates/kernel/src/profile.rs:566–571  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

564 b.block(addr(2), 200, 20, 3, ops(100));
565 b.block(addr(3), 300, 30, 1, ops(150));
566 // a unfolds b and c; c unfolds b; self-edge ignored.
567 b.delta_edge(addr(1), addr(2));
568 b.delta_edge(addr(1), addr(3));
569 b.delta_edge(addr(3), addr(2));
570 b.delta_edge(addr(2), addr(2));
571 b.finish()
572 }
573
574 #[test]

Callers

nothing calls this directly

Calls 3

sampleFunction · 0.85
from_bytesFunction · 0.85
to_bytesMethod · 0.45

Tested by

no test coverage detected