Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegFlow
/ Get
Interface
Get
flow-message/src/cross/data/mod.rs:33–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
}
32
33
pub trait Get<Output> {
34
fn get(&self) -> Output;
35
}
36
37
pub trait Set<Value> {
38
fn set(&mut self, value: Value);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected