NetAddr.network

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

Specs

network(t()) :: String.t()

Returns a human-readable string for the first address in netaddr.

Examples

iex> NetAddr.network NetAddr.ip("192.0.2.1/24")
"192.0.2.0"