CubDB.get

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

get(db, key, default \\ nil)

View Source

Specs

get(GenServer.server(), key(), value()) :: value()

Gets the value associated to key from the database.

If no value is associated with key, default is returned (which is nil, unless specified otherwise).