Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bendudson/EuraliOS
/ from
Method
from
kernel/src/message.rs:22–24 ·
view source on GitHub ↗
(value: u64)
Source
from the content-addressed store, hash-verified
20
21
impl From<u64> for MessageData {
22
fn from (value: u64) -> Self {
23
MessageData::Value(value)
24
}
25
}
26
impl From<Arc<RwLock<Rendezvous>>> for MessageData {
27
fn from (rv: Arc<RwLock<Rendezvous>>) -> Self {
Callers
nothing calls this directly
Calls
1
Rendezvous
Enum · 0.85
Tested by
no test coverage detected