MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / DBGameOperator

Method DBGameOperator

src/render_panel/database/db_game_operator.cpp:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10namespace 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,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected