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

Class Memory

crates/aiur/src/memory.rs:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15
16pub struct Memory {
17 pub(crate) width: usize,
18}
19
20impl Memory {
21 pub(super) fn lookup_args(size: G, ptr: G, values: &[G]) -> Vec<G> {
22 let mut args = Vec::with_capacity(3 + values.len());

Callers 2

buildMethod · 0.85
aircircuitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected