Code.get_compiler_option
You're seeing just the function
get_compiler_option, go back to Code module for more information.
Specs
Returns the value of a given compiler option.
For a description of all options, see put_compiler_option/2.
Examples
Code.get_compiler_option(:debug_info)
#=> true