Code.ensure_loaded-question-mark

You're seeing just the function ensure_loaded-question-mark, go back to Code module for more information.

Specs

ensure_loaded?(module()) :: boolean()

Ensures the given module is loaded.

Similar to ensure_loaded/1, but returns true if the module is already loaded or was successfully loaded. Returns false otherwise.

Examples

iex> Code.ensure_loaded?(Atom)
true