fun getCartContent()

in server/src/main/kotlin/ai/koog/book/app/service/WebShopService.kt [77:79]


    fun getCartContent(): List<Product> {
        return cart.toList()
    }