Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegFlow
/ Entity
Class
Entity
flow-rs/src/config/interlayer.rs:40–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
39
#[derive(Clone, Debug)]
40
pub struct Entity {
41
pub name: String,
42
pub ty: Vec<String>,
43
pub args: Table,
44
}
45
46
#[derive(Clone, Debug)]
47
pub struct Node {
Callers
nothing calls this directly
Implementers
1
image.rs
flow-plugins/src/utils/image.rs
Calls
no outgoing calls
Tested by
no test coverage detected