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

Method serialized_size

crates/ixon/src/serialize.rs:1991–1995  ·  view source on GitHub ↗

Calculate the serialized size of an Env.

(&self)

Source from the content-addressed store, hash-verified

1989 if verbose {
1990 eprintln!(
1991 "[Env::put_file] section 1/6 blobs done in {:.1}s ({written} bytes \
1992 written)",
1993 sec_start.elapsed().as_secs_f64(),
1994 );
1995 sec_start = std::time::Instant::now();
1996 }
1997
1998 // Section 2: Consts — the dominant bytes; raw_bytes stream straight

Callers

nothing calls this directly

Calls 2

putMethod · 0.45
lenMethod · 0.45

Tested by

no test coverage detected