Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
85
pub fn in_expand(ports: &PortSequence) -> Vec<TokenStream> {
86
expand(ports, type_name::IN_T)
87
}
88
89
pub fn out_expand(ports: &PortSequence) -> Vec<TokenStream> {
90
expand(ports, type_name::OUT_T)
Callers
1
inputs
Function · 0.85
Calls
1
expand
Function · 0.70
Tested by
no test coverage detected