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

Method new

flow-rs/src/node/transform.rs:22–24  ·  view source on GitHub ↗
(_name: String, _args: &Table)

Source from the content-addressed store, hash-verified

20
21impl Transform {
22 fn new(_name: String, _args: &Table) -> Transform {
23 Default::default()
24 }
25
26 async fn initialize(&mut self, _: ResourceCollection) {}
27 async fn finalize(&mut self) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected