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

Method toString

fdbclient/ClusterConnectionKey.actor.cpp:113–115  ·  view source on GitHub ↗

Returns a string representation of this cluster connection record. This will include the type of record and the key where the record is stored.

Source from the content-addressed store, hash-verified

111// Returns a string representation of this cluster connection record. This will include the type of record and the
112// key where the record is stored.
113std::string ClusterConnectionKey::toString() const {
114 return "fdbkey://" + printable(connectionStringKey);
115}
116
117ACTOR Future<bool> ClusterConnectionKey::persistImpl(Reference<ClusterConnectionKey> self) {
118 self->setPersisted();

Callers 5

ClusterConnectionKeyMethod · 0.45
upToDateImplMethod · 0.45
persistImplMethod · 0.45

Calls 1

printableFunction · 0.70

Tested by

no test coverage detected