MCPcopy Create free account
hub / github.com/PDAL/PDAL / getConnectionString

Function getConnectionString

plugins/pgpointcloud/test/PgpointcloudTest.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60
61
62std::string getConnectionString(const std::string& dbname)
63{
64 return getTestConnBase() + " dbname='" + dbname + "'";
65}
66
67
68std::string getTestDBTempConn()

Callers 2

getTestDBTempConnFunction · 0.85
getMasterDBConnFunction · 0.85

Calls 1

getTestConnBaseFunction · 0.85

Tested by

no test coverage detected