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

Function getTestConnBase

plugins/pgpointcloud/test/PgpointcloudTest.cpp:49–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47namespace { // anonymous
48
49std::string getTestConnBase()
50{
51 std::string s;
52 if ( ! testDbPort.empty() )
53 s += " port='" + testDbPort + "'";
54 if ( ! testDbHost.empty() )
55 s += " host='" + testDbHost + "'";
56 if ( ! testDbUser.empty() )
57 s += " user='" + testDbUser + "'";
58 return s;
59}
60
61
62std::string getConnectionString(const std::string& dbname)

Callers 1

getConnectionStringFunction · 0.85

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected