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