Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegFlow
/ BytesServer
Class
BytesServer
flow-plugins/src/bytes_server.rs:30–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
#[outputs(out)]
29
#[derive(Node, Actor)]
30
struct BytesServer {
31
port: u16,
32
}
33
34
type Mapping = HashMap<u64, oneshot::Sender<PyObject>>;
35
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected