Add native functions to module info #9072
Labels
enhancement
help wanted
Issue not worked on by OTP; help wanted from the community
team:VM
Assigned to OTP team VM
Is your feature request related to a problem? Please describe.
We need a way to get information about which functions in a module is backed by native code, both nifs or bifs.
Describe the solution you'd like
the funcion
lists:module_info(native_functions)
should return a list of functions that are implemented using native code. It should return both exported and private functions.Additional context
#9010
The text was updated successfully, but these errors were encountered: