Node.list

You're seeing just the function list, go back to Node module for more information.

Specs

list() :: [t()]

Returns a list of all visible nodes in the system, excluding the local node.

Same as list(:visible).

Inlined by the compiler.

Specs

list(state() | [state()]) :: [t()]

Returns a list of nodes according to argument given.

The result returned when the argument is a list, is the list of nodes satisfying the disjunction(s) of the list elements.

For more information, see :erlang.nodes/1.

Inlined by the compiler.