Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegFlow
/ dynamic
Method
dynamic
flow-rs/src/lib.rs:106–109 ·
view source on GitHub ↗
(mut self, dynamic: String)
Source
from the content-addressed store, hash-verified
104
}
105
106
pub fn dynamic(mut self, dynamic: String) -> Self {
107
self.dynamic = dynamic;
108
self
109
}
110
111
pub fn build(self) -> Result<MainGraph> {
112
load_impl(
Callers
1
new
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected