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

Class Graph

flow-rs/src/config/presentation.rs:49–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47#[derive(Serialize, Deserialize, Clone, Debug, Parser)]
48#[serde(deny_unknown_fields)]
49pub struct Graph {
50 pub name: String,
51 #[serde(default)]
52 pub resources: Vec<Entity>,
53 #[serde(default)]
54 pub nodes: Vec<Node>,
55 #[serde(default)]
56 pub inputs: Vec<NamedConn>,
57 #[serde(default)]
58 pub outputs: Vec<NamedConn>,
59 #[serde(default)]
60 pub connections: Vec<Connection>,
61}
62
63#[derive(Serialize, Deserialize, Debug, Parser)]
64#[serde(deny_unknown_fields)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected