AMQPHelpers.Adapter.close_channel

You're seeing just the callback close_channel, go back to AMQPHelpers.Adapter module for more information.
Link to this callback

close_channel(channel)

Specs

close_channel(channel :: AMQP.Channel.t()) :: :ok | {:error, term()}

Closes an open Channel.

See AMQP.Channel.close/1.