DBKV.close

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

Specs

close(t()) :: :ok | {:error, any()}

Closes a table. Only processes that have opened a table are allowed to close it. All open tables must be closed before the system is stopped.