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

Class Accum

crates/kernel/src/profile.rs:364–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362 }
363}
364
365impl std::error::Error for ProfileError {}
366
367/// Minimal little-endian byte reader with bounds checking.
368struct Reader<'a> {
369 buf: &'a [u8],
370 pos: usize,
371}
372
373impl<'a> Reader<'a> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected