MCPcopy Create free account
hub / github.com/apple/foundationdb / getLocation

Method getLocation

fdbclient/ClusterConnectionKey.actor.cpp:101–103  ·  view source on GitHub ↗

Returns the key where the connection string is stored.

Source from the content-addressed store, hash-verified

99
100// Returns the key where the connection string is stored.
101std::string ClusterConnectionKey::getLocation() const {
102 return printable(connectionStringKey);
103}
104
105// Creates a copy of this object with a modified connection string but that isn't persisted.
106Reference<IClusterConnectionRecord> ClusterConnectionKey::makeIntermediateRecord(

Callers 6

Future<int> cliFunction · 0.45
createDatabaseMethod · 0.45
connectToClusterFunction · 0.45
DatabaseContextMethod · 0.45
getMethod · 0.45

Calls 1

printableFunction · 0.70

Tested by

no test coverage detected