MCPcopy Create free account
hub / github.com/MegEngine/MegFlow / Graph

Class Graph

flow-rs/src/config/interlayer.rs:58–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56
57#[derive(Clone, Debug)]
58pub struct Graph {
59 pub name: String,
60 pub resources: HashMap<String, super::presentation::Entity>,
61 pub nodes: HashMap<String, Node>,
62 pub inputs: Vec<String>,
63 pub outputs: Vec<String>,
64 pub connections: HashMap<String, Connection>,
65 pub is_shared: bool,
66 pub global_res: Vec<String>,
67}
68
69#[derive(Debug)]
70pub struct Config {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected