pub fn find_containing_function<'a>( module: &'a Module, target: &NodeId, ) -> Option<&'a FuncDef>
Find which function contains a node with the given ID.