MCPcopy Create free account
hub / github.com/bendudson/EuraliOS / memory

Method memory

euralios_std/src/message.rs:25–30  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

23 }
24 }
25 pub fn memory(self) -> MemoryHandle {
26 match self {
27 MessageData::MemoryHandle(handle) => handle,
28 _ => panic!("Expected MessageData::Value")
29 }
30 }
31}
32
33#[derive(Debug)]

Callers 2

receiveMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected