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

Method get_info

crates/aiur/src/execute.rs:56–62  ·  view source on GitHub ↗
(
    &self,
    channel: G,
    key: &[G],
  )

Source from the content-addressed store, hash-verified

54impl IOBuffer {
55 #[inline]
56 pub fn get_info(
57 &self,
58 channel: G,
59 key: &[G],
60 ) -> Result<&IOKeyInfo, ExecError> {
61 self.map.get(&(channel, key.to_vec())).ok_or(ExecError::InvalidIOKey)
62 }
63 fn set_info(
64 &mut self,
65 channel: G,

Callers 2

executeMethod · 0.80
populate_rowMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected