app / de.uniks.codliners.stock_simulator.repository / SymbolRepository / hasSymbols

hasSymbols

suspend fun hasSymbols(): Boolean

Checks if there are any Symbols in the StockAppDatabase.

Return
true if there are any Symbols and false otherwise.