CubDB.stop

You're seeing just the function stop, go back to CubDB module for more information.
Link to this function

stop(db, reason \\ :normal, timeout \\ :infinity)

View Source

Specs

stop(GenServer.server(), term(), timeout()) :: :ok

Synchronously stops the CubDB database.

See GenServer.stop/3 for details.