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

Method write

crates/aiur/src/execute.rs:89–91  ·  view source on GitHub ↗
(&mut self, channel: G, data: impl Iterator<Item = G>)

Source from the content-addressed store, hash-verified

87 .ok_or(ExecError::IOReadOutOfBounds { idx, len })
88 }
89 fn write(&mut self, channel: G, data: impl Iterator<Item = G>) {
90 self.data.entry(channel).or_default().extend(data)
91 }
92}
93
94/// Errors raised by Aiur bytecode execution. Mirrors the panic/assert sites

Callers 1

executeMethod · 0.45

Calls 1

entryMethod · 0.80

Tested by

no test coverage detected