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

Class DynOutTransform

flow-rs/src/node/transform.rs:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39#[outputs(out:dyn)]
40#[derive(Node, Default)]
41struct DynOutTransform {}
42
43impl DynOutTransform {
44 fn new(_name: String, _args: &Table) -> DynOutTransform {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected