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

Function in_expand

flow-derive/src/ports.rs:85–87  ·  view source on GitHub ↗
(ports: &PortSequence)

Source from the content-addressed store, hash-verified

83}
84
85pub fn in_expand(ports: &PortSequence) -> Vec<TokenStream> {
86 expand(ports, type_name::IN_T)
87}
88
89pub fn out_expand(ports: &PortSequence) -> Vec<TokenStream> {
90 expand(ports, type_name::OUT_T)

Callers 1

inputsFunction · 0.85

Calls 1

expandFunction · 0.70

Tested by

no test coverage detected