Code.get_compiler_option

You're seeing just the function get_compiler_option, go back to Code module for more information.
Link to this function

get_compiler_option(key)

View Source (since 1.10.0)

Specs

get_compiler_option(atom()) :: term()

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