pub fn generate_param_access_stubs(
) -> BTreeMap<&'static str, Vec<AccessPattern>>
Expand description

Returns a map that maps the names of known extern functions to the access patterns for their parameters.

The access patterns are ordered in the same order as the parameters (i.e. the first access pattern corresponds to the first parameter and so on).