Skip to main content

collect_pipe_vars

Function collect_pipe_vars 

Source
pub fn collect_pipe_vars(stmts: &[Stmt<'_>]) -> HashSet<Symbol>
Expand description

Phase 54: Collect variables that are pipe declarations (created with CreatePipe). These have _tx/_rx suffixes, while pipe parameters don’t.