Find exported names in parsed module source
parse_export_specs(info, exprs, mod_ns)use_call
static_assign_calls
assign_calls
is_static_assign_call(call)
is_assign_call(call)
block_is_assign(block)
block_is_use_call(block)
block_is_exported(block)
block_name(block)
parse_export_specs
returns a potentially empty character
vector of exported names.
An object of class call
of length 3.
An object of class list
of length 4.
An object of class list
of length 6.
The module info.
The list of expressions of the parsed module.
The module namespace after evaluating the expressions.
A call to test.
A roxygen2 block to inspect.