MCPcopy 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

newMethod · 0.80
test_basisFunction · 0.80
test_basisFunction · 0.80
test_emptyFunction · 0.80
test_errorFunction · 0.80
test_basisFunction · 0.80
test_emptyFunction · 0.80
test_unusedFunction · 0.80
test_isolatedFunction · 0.80
test_isolated_in_globalFunction · 0.80

Calls

no outgoing calls

Tested by 9

test_basisFunction · 0.64
test_basisFunction · 0.64
test_emptyFunction · 0.64
test_errorFunction · 0.64
test_basisFunction · 0.64
test_emptyFunction · 0.64
test_unusedFunction · 0.64
test_isolatedFunction · 0.64
test_isolated_in_globalFunction · 0.64