Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegFlow
/ template
Method
template
flow-rs/src/lib.rs:101–104 ·
view source on GitHub ↗
(mut self, template: String)
Source
from the content-addressed store, hash-verified
99
}
100
101
pub fn template(mut self, template: String) -> Self {
102
self.template = template;
103
self
104
}
105
106
pub fn dynamic(mut self, dynamic: String) -> Self {
107
self.dynamic = dynamic;
Callers
11
new
Method · 0.80
substitute_dir_by_placeholder
Function · 0.80
test_basis
Function · 0.80
test_basis
Function · 0.80
test_empty
Function · 0.80
test_error
Function · 0.80
test_basis
Function · 0.80
test_empty
Function · 0.80
test_unused
Function · 0.80
test_isolated
Function · 0.80
test_isolated_in_global
Function · 0.80
Calls
no outgoing calls
Tested by
9
test_basis
Function · 0.64
test_basis
Function · 0.64
test_empty
Function · 0.64
test_error
Function · 0.64
test_basis
Function · 0.64
test_empty
Function · 0.64
test_unused
Function · 0.64
test_isolated
Function · 0.64
test_isolated_in_global
Function · 0.64