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

Method from

euralios_std/src/message.rs:40–42  ·  view source on GitHub ↗
(value: u64)

Source from the content-addressed store, hash-verified

38
39impl From<u64> for MessageData {
40 fn from (value: u64) -> Self {
41 MessageData::Value(value)
42 }
43}
44impl From<MemoryHandle> for MessageData {
45 fn from (handle: MemoryHandle) -> Self {

Callers

nothing calls this directly

Calls 2

MemoryHandleClass · 0.85
CommHandleClass · 0.85

Tested by

no test coverage detected