CubDB.delete

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

Specs

delete(GenServer.server(), key()) :: :ok

Deletes the entry associated to key from the database.

If key was not present in the database, nothing is done.