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

Class Builder

flow-rs/src/lib.rs:63–67  ·  view source on GitHub ↗

A builder to load graph with config

Source from the content-addressed store, hash-verified

61
62/// A builder to load graph with config
63pub struct Builder {
64 local_key: u64,
65 template: String,
66 dynamic: String,
67}
68
69impl Default for Builder {
70 fn default() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected