MCPcopy Create free account
hub / github.com/Tencent/TAD_Sim / getSqliteOp

Method getSqliteOp

common/map_sdk/mapdb/src/db_factory.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21dbOperation* dbFactory::getSqliteOp(const std::string& path) {
22 sqliteOperation* sqlitePtr = new sqliteOperation(path);
23 return sqlitePtr;
24}
25
26bool dbFactory::releaseDB(dbOperation** dbPtr) {
27 if (dbPtr != NULL && (*dbPtr) != NULL) {

Callers 4

openDBMethod · 0.80
openDBMethod · 0.80
LocalSearchMethod · 0.80
saveMapMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected