| 10 | namespace tc |
| 11 | { |
| 12 | DBGameOperator::DBGameOperator(const std::shared_ptr<GrContext>& ctx, const std::shared_ptr<GrDatabase>& db) { |
| 13 | context_ = ctx; |
| 14 | db_ = db; |
| 15 | } |
| 16 | |
| 17 | // auto DBGameOperator::InitAppDatabase(const std::string& name) { |
| 18 | // auto st = make_storage(name, |
nothing calls this directly
no outgoing calls
no test coverage detected