pub fn scan_dataflow(src: &str, out: &mut Vec<Access>)Expand description
Scan Rust source for #[dataflow] functions and append their accesses to out.
This is a textual scan: it looks for calls on the TaskNode parameter
whose method name is a registered read or write verb, and records the
accessed signal path.